#4257A8
A medium, moderate blue closely aligning with Darkslateblue.
About #4257A8
When working with digital screens, the color #4257A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 66 red, 87 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 61% cyan, 48% magenta, 0% yellow, and 34% black. The HSL representation is 227.6° hue, 43.6% saturation, and 45.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4257A8
RGB66, 87, 168
HSL227.6°, 43.6%, 45.9%
CMYK61%, 48%, 0%, 34%
HSV227.6°, 60.7%, 65.9%
LAB39.2, 17.6, -46.1
XYZ12.7, 10.8, 38.5
Decimal4347816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.64:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.35:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4257A8;
}
.text-color {
color: #4257A8;
}
.border-color {
border: 2px solid #4257A8;
}