#2C0F66
A dark, vivid purple closely aligning with Midnightblue.
About #2C0F66
The precise color #2C0F66 is an excellent choice for modern design projects. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(44, 15, 102).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 57% C, 85% M, 0% Y, and 60% K. The HSL representation is 260.0° hue, 74.4% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C0F66
RGB44, 15, 102
HSL260.0°, 74.4%, 22.9%
CMYK57%, 85%, 0%, 60%
HSV260.0°, 85.3%, 40.0%
LAB14.6, 36.1, -45.0
XYZ3.6, 1.8, 12.7
Decimal2887526
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.36:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.68:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F66;
}
.text-color {
color: #2C0F66;
}
.border-color {
border: 2px solid #2C0F66;
}