#CCB607
A medium, vivid yellow closely aligning with Goldenrod.
About #CCB607
At its core, #CCB607 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Goldenrod. Its digital footprint relies on 204 parts red, 182 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 11% magenta, 97% yellow, and 20% black. The HSL representation is 53.3° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 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#CCB607
RGB204, 182, 7
HSL53.3°, 93.4%, 41.4%
CMYK0%, 11%, 97%, 20%
HSV53.3°, 96.6%, 80.0%
LAB73.7, -7.0, 74.8
XYZ41.7, 46.3, 6.9
Decimal13415943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.26:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB607;
}
.text-color {
color: #CCB607;
}
.border-color {
border: 2px solid #CCB607;
}