#241D50
A dark, moderate blue closely aligning with Darkslateblue.
About #241D50
Visually, #241D50 is defined as a moderate blue. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 29, and 80.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 55% cyan, 64% magenta, 0% yellow, and 69% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#241D50
RGB36, 29, 80
HSL248.2°, 46.8%, 21.4%
CMYK55%, 64%, 0%, 69%
HSV248.2°, 63.8%, 31.4%
LAB14.6, 19.1, -30.3
XYZ2.6, 1.8, 7.8
Decimal2366800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.37:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.69:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241D50;
}
.text-color {
color: #241D50;
}
.border-color {
border: 2px solid #241D50;
}