#2C0F3A
A very dark, moderate purple closely aligning with Darkslateblue.
About #2C0F3A
At its core, #2C0F3A is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 44 red, 15 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 24% cyan and 74% magenta inks. The HSL representation is 280.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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C0F3A
RGB44, 15, 58
HSL280.5°, 58.9%, 14.3%
CMYK24%, 74%, 0%, 77%
HSV280.5°, 74.1%, 22.7%
LAB10.4, 23.5, -21.6
XYZ2.0, 1.2, 4.1
Decimal2887482
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.98:1
Text on #FFFFFF
AAA
1.24:1
Text on #000000
FAIL
16.23:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F3A;
}
.text-color {
color: #2C0F3A;
}
.border-color {
border: 2px solid #2C0F3A;
}