#CCDB07
A medium, vivid yellow closely aligning with Yellow.
About #CCDB07
At its core, #CCDB07 is a medium and vivid hue. Its closest recognized web color is Yellow. This translates to an RGB value of rgb(204, 219, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCDB07
RGB204, 219, 7
HSL64.2°, 93.8%, 44.3%
CMYK7%, 0%, 97%, 14%
HSV64.2°, 96.8%, 85.9%
LAB83.7, -25.4, 82.3
XYZ50.3, 63.5, 9.8
Decimal13425415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.70:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDB07;
}
.text-color {
color: #CCDB07;
}
.border-color {
border: 2px solid #CCDB07;
}