#1D0F3A
A very dark, moderate purple closely aligning with Midnightblue.
About #1D0F3A
The hex code #1D0F3A represents a beautifully specific shade of purple. Designers often compare it to the standard color Midnightblue. Its digital footprint relies on 29 parts red, 15 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 74% Magenta, 0% Yellow, and 77% Black. The HSL representation is 259.5° hue, 58.9% saturation, and 14.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D0F3A
RGB29, 15, 58
HSL259.5°, 58.9%, 14.3%
CMYK50%, 74%, 0%, 77%
HSV259.5°, 74.1%, 22.7%
LAB8.2, 19.4, -25.3
XYZ1.4, 0.9, 4.1
Decimal1904442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.77:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
16.99:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0F3A;
}
.text-color {
color: #1D0F3A;
}
.border-color {
border: 2px solid #1D0F3A;
}