#cccd5b
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 205, 91
HSL
61°, 53%, 58%
CMYK
1, 0, 56, 20
Luminance
0.5726
Every format
| HEX | #cccd5b |
| RGB | rgb(204, 205, 91) |
| HSL | hsl(61, 53%, 58%) |
| CMYK | cmyk(1%, 0%, 56%, 20%) |
| LAB | lab(80.3 -15.3 55.5) |
| LCH | lch(80.3 57.6 105.4) |
| OKLCH | oklch(0.825 0.137 109.5) |
Copy-ready code
/* CSS */
color: #cccd5b;
background-color: #cccd5b;
/* Tailwind (arbitrary) */
class="text-[#cccd5b] bg-[#cccd5b]"
/* SCSS */
$brand: #cccd5b;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.357)
/* Android */
Color.parseColor("#cccd5b")Accessibility — WCAG contrast
Aa
#cccd5b on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd5b on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue35.7%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow55.6%
Key (black)19.6%
Color previews
#cccd5b text on a black background
contrast 12.45:1
Card sample
#cccd5b text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd5b;
Background color
Panel with #cccd5b background
background-color: #cccd5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd5b; background: linear-gradient(135deg, #cccd5b, #80CD5B);