#332C07
A very dark, vivid yellow closely aligning with Black.
About #332C07
The hex code #332C07 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 51 parts red, 44 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 14% magenta inks. The HSL representation is 50.5° hue, 75.9% saturation, and 11.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#332C07
RGB51, 44, 7
HSL50.5°, 75.9%, 11.4%
CMYK0%, 14%, 86%, 80%
HSV50.5°, 86.3%, 20.0%
LAB18.0, -1.9, 23.0
XYZ2.3, 2.5, 0.6
Decimal3353607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.96:1
Text on #FFFFFF
AAA
1.50:1
Text on #000000
FAIL
13.34:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332C07;
}
.text-color {
color: #332C07;
}
.border-color {
border: 2px solid #332C07;
}