#CCDB92
A light, moderate yellow closely aligning with Palegoldenrod.
About #CCDB92
When working with digital screens, the color #CCDB92 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palegoldenrod. This translates to an RGB value of rgb(204, 219, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCDB92
RGB204, 219, 146
HSL72.3°, 50.3%, 71.6%
CMYK7%, 0%, 33%, 14%
HSV72.3°, 33.3%, 85.9%
LAB84.8, -16.7, 34.3
XYZ55.4, 65.6, 36.9
Decimal13425554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.12:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDB92;
}
.text-color {
color: #CCDB92;
}
.border-color {
border: 2px solid #CCDB92;
}