#2C2C0F
A very dark, moderate yellow closely aligning with Black.
About #2C2C0F
The precise color #2C2C0F is an excellent choice for modern design projects. Its closest recognized web color is Black. Its digital footprint relies on 44 parts red, 44 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 49.2% saturation, and 11.6% 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#2C2C0F
RGB44, 44, 15
HSL60.0°, 49.2%, 11.6%
CMYK0%, 0%, 66%, 83%
HSV60.0°, 65.9%, 17.3%
LAB17.3, -5.0, 18.4
XYZ2.0, 2.4, 0.8
Decimal2894863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.24:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.61:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2C0F;
}
.text-color {
color: #2C2C0F;
}
.border-color {
border: 2px solid #2C2C0F;
}