#cccd71
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 205, 113
HSL
61°, 48%, 62%
CMYK
1, 0, 45, 20
Luminance
0.5769
Every format
| HEX | #cccd71 |
| RGB | rgb(204, 205, 113) |
| HSL | hsl(61, 48%, 62%) |
| CMYK | cmyk(1%, 0%, 45%, 20%) |
| LAB | lab(80.6 -13.4 45.5) |
| LCH | lch(80.6 47.4 106.4) |
| OKLCH | oklch(0.828 0.115 109.2) |
Copy-ready code
/* CSS */
color: #cccd71;
background-color: #cccd71;
/* Tailwind (arbitrary) */
class="text-[#cccd71] bg-[#cccd71]"
/* SCSS */
$brand: #cccd71;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.443)
/* Android */
Color.parseColor("#cccd71")Accessibility — WCAG contrast
Aa
#cccd71 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd71 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue44.3%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow44.9%
Key (black)19.6%
Color previews
#cccd71 text on a black background
contrast 12.54:1
Card sample
#cccd71 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd71;
Background color
Panel with #cccd71 background
background-color: #cccd71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd71; background: linear-gradient(135deg, #cccd71, #8FCD71);