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