#241DA8
A dark, vivid blue closely aligning with Darkblue.
About #241DA8
The precise color #241DA8 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(36, 29, 168).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 79% cyan and 83% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#241DA8
RGB36, 29, 168
HSL243.0°, 70.6%, 38.6%
CMYK79%, 83%, 0%, 34%
HSV243.0°, 82.7%, 65.9%
LAB23.9, 49.1, -71.2
XYZ8.2, 4.1, 37.4
Decimal2366888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.56:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.05:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241DA8;
}
.text-color {
color: #241DA8;
}
.border-color {
border: 2px solid #241DA8;
}