#cccd8f
a light, soft yellow · cool · closest name: khaki
RGB
204, 205, 143
HSL
61°, 38%, 68%
CMYK
1, 0, 30, 20
Luminance
0.5848
Every format
| HEX | #cccd8f |
| RGB | rgb(204, 205, 143) |
| HSL | hsl(61, 38%, 68%) |
| CMYK | cmyk(1%, 0%, 30%, 20%) |
| LAB | lab(81.0 -10.0 30.8) |
| LCH | lch(81.0 32.4 108.0) |
| OKLCH | oklch(0.833 0.081 108.8) |
Copy-ready code
/* CSS */
color: #cccd8f;
background-color: #cccd8f;
/* Tailwind (arbitrary) */
class="text-[#cccd8f] bg-[#cccd8f]"
/* SCSS */
$brand: #cccd8f;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#cccd8f")Accessibility — WCAG contrast
Aa
#cccd8f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd8f on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue56.1%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow30.2%
Key (black)19.6%
Color previews
#cccd8f text on a black background
contrast 12.70:1
Card sample
#cccd8f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd8f;
Background color
Panel with #cccd8f background
background-color: #cccd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd8f; background: linear-gradient(135deg, #cccd8f, #A3CD8F);