#cccd9b
a light, soft yellow · cool · closest name: tan
RGB
204, 205, 155
HSL
61°, 33%, 71%
CMYK
1, 0, 24, 20
Luminance
0.5887
Every format
| HEX | #cccd9b |
| RGB | rgb(204, 205, 155) |
| HSL | hsl(61, 33%, 71%) |
| CMYK | cmyk(1%, 0%, 24%, 20%) |
| LAB | lab(81.2 -8.4 24.9) |
| LCH | lch(81.2 26.3 108.7) |
| OKLCH | oklch(0.835 0.066 108.7) |
Copy-ready code
/* CSS */
color: #cccd9b;
background-color: #cccd9b;
/* Tailwind (arbitrary) */
class="text-[#cccd9b] bg-[#cccd9b]"
/* SCSS */
$brand: #cccd9b;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.608)
/* Android */
Color.parseColor("#cccd9b")Accessibility — WCAG contrast
Aa
#cccd9b on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd9b on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue60.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow24.4%
Key (black)19.6%
Color previews
#cccd9b text on a black background
contrast 12.77:1
Card sample
#cccd9b text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd9b;
Background color
Panel with #cccd9b background
background-color: #cccd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd9b; background: linear-gradient(135deg, #cccd9b, #ABCD9B);