#CCBD07
A medium, vivid yellow closely aligning with Gold.
About #CCBD07
The precise color #CCBD07 is an excellent choice for modern design projects. Its closest recognized web color is Gold. This translates to an RGB value of rgb(204, 189, 7).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 7% M, 97% Y, and 20% K. The HSL representation is 55.4° hue, 93.4% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCBD07
RGB204, 189, 7
HSL55.4°, 93.4%, 41.4%
CMYK0%, 7%, 97%, 20%
HSV55.4°, 96.6%, 80.0%
LAB75.6, -10.6, 76.2
XYZ43.1, 49.2, 7.4
Decimal13417735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.85:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBD07;
}
.text-color {
color: #CCBD07;
}
.border-color {
border: 2px solid #CCBD07;
}