#425783
A dark, moderate blue closely aligning with Steelblue.
About #425783
When working with digital screens, the color #425783 is rendered by mixing light. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(66, 87, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 50% cyan and 34% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#425783
RGB66, 87, 131
HSL220.6°, 33.0%, 38.6%
CMYK50%, 34%, 0%, 49%
HSV220.6°, 49.6%, 51.4%
LAB37.1, 5.0, -27.2
XYZ9.8, 9.6, 22.8
Decimal4347779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.19:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.87:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #425783;
}
.text-color {
color: #425783;
}
.border-color {
border: 2px solid #425783;
}