#cccb77
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 203, 119
HSL
59°, 46%, 63%
CMYK
0, 1, 42, 20
Luminance
0.5688
Every format
| HEX | #cccb77 |
| RGB | rgb(204, 203, 119) |
| HSL | hsl(59, 46%, 63%) |
| CMYK | cmyk(0%, 1%, 42%, 20%) |
| LAB | lab(80.1 -11.8 41.9) |
| LCH | lch(80.1 43.5 105.7) |
| OKLCH | oklch(0.825 0.107 107.9) |
Copy-ready code
/* CSS */
color: #cccb77;
background-color: #cccb77;
/* Tailwind (arbitrary) */
class="text-[#cccb77] bg-[#cccb77]"
/* SCSS */
$brand: #cccb77;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.467)
/* Android */
Color.parseColor("#cccb77")Accessibility — WCAG contrast
Aa
#cccb77 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccb77 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow41.7%
Key (black)20.0%
Color previews
#cccb77 text on a black background
contrast 12.38:1
Card sample
#cccb77 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccb77;
Background color
Panel with #cccb77 background
background-color: #cccb77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccb77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccb77; background: linear-gradient(135deg, #cccb77, #94CC77);