#2C2407
A very dark, vivid yellow closely aligning with Black.
About #2C2407
Visually, #2C2407 is defined as a vivid yellow. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 44 red, 36 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 18% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C2407
RGB44, 36, 7
HSL47.0°, 72.5%, 10.0%
CMYK0%, 18%, 84%, 83%
HSV47.0°, 84.1%, 17.3%
LAB14.5, -0.4, 18.4
XYZ1.7, 1.8, 0.5
Decimal2892807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.41:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.73:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2407;
}
.text-color {
color: #2C2407;
}
.border-color {
border: 2px solid #2C2407;
}