#CCBD24
A medium, vivid yellow closely aligning with Goldenrod.
About #CCBD24
Visually, #CCBD24 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Goldenrod. Its digital footprint relies on 204 parts red, 189 parts green, and 36 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 7% M, 82% Y, and 20% K. With a hue angle of 54.6 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCBD24
RGB204, 189, 36
HSL54.6°, 70.0%, 47.1%
CMYK0%, 7%, 82%, 20%
HSV54.6°, 82.4%, 80.0%
LAB75.7, -10.1, 71.2
XYZ43.4, 49.4, 8.9
Decimal13417764
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.87:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBD24;
}
.text-color {
color: #CCBD24;
}
.border-color {
border: 2px solid #CCBD24;
}