#2C2C1D
A very dark, muted yellow closely aligning with Black.
About #2C2C1D
Visually, #2C2C1D is defined as a muted yellow. Its closest recognized web color is Black. This translates to an RGB value of rgb(44, 44, 29).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 0% Magenta, 34% Yellow, and 83% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C2C1D
RGB44, 44, 29
HSL60.0°, 20.5%, 14.3%
CMYK0%, 0%, 34%, 83%
HSV60.0°, 34.1%, 17.3%
LAB17.6, -3.1, 9.8
XYZ2.2, 2.4, 1.5
Decimal2894877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.14:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.51:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2C1D;
}
.text-color {
color: #2C2C1D;
}
.border-color {
border: 2px solid #2C2C1D;
}