#1D0757
A very dark, vivid purple closely aligning with Midnightblue.
About #1D0757
When working with digital screens, the color #1D0757 is rendered by mixing light. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 29 red, 7 green, and 87 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 67% C, 92% M, 0% Y, and 66% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D0757
RGB29, 7, 87
HSL256.5°, 85.1%, 18.4%
CMYK67%, 92%, 0%, 66%
HSV256.5°, 92.0%, 34.1%
LAB9.8, 33.4, -43.0
XYZ2.3, 1.1, 9.1
Decimal1902423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.21:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.45:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0757;
}
.text-color {
color: #1D0757;
}
.border-color {
border: 2px solid #1D0757;
}