#cccf5c
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 207, 92
HSL
62°, 55%, 59%
CMYK
1, 0, 56, 19
Luminance
0.5824
Every format
| HEX | #cccf5c |
| RGB | rgb(204, 207, 92) |
| HSL | hsl(62, 55%, 59%) |
| CMYK | cmyk(1%, 0%, 56%, 19%) |
| LAB | lab(80.9 -16.2 55.7) |
| LCH | lch(80.9 58.0 106.2) |
| OKLCH | oklch(0.830 0.138 110.4) |
Copy-ready code
/* CSS */
color: #cccf5c;
background-color: #cccf5c;
/* Tailwind (arbitrary) */
class="text-[#cccf5c] bg-[#cccf5c]"
/* SCSS */
$brand: #cccf5c;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.361)
/* Android */
Color.parseColor("#cccf5c")Accessibility — WCAG contrast
Aa
#cccf5c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf5c on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue36.1%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow55.6%
Key (black)18.8%
Color previews
#cccf5c text on a black background
contrast 12.65:1
Card sample
#cccf5c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf5c;
Background color
Panel with #cccf5c background
background-color: #cccf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf5c; background: linear-gradient(135deg, #cccf5c, #7FCF5C);