#ccdf8b
a light, vivid green · cool · closest name: khaki
RGB
204, 223, 139
HSL
74°, 57%, 71%
CMYK
9, 0, 38, 13
Luminance
0.6748
Every format
| HEX | #ccdf8b |
| RGB | rgb(204, 223, 139) |
| HSL | hsl(74, 57%, 71%) |
| CMYK | cmyk(9%, 0%, 38%, 13%) |
| LAB | lab(85.7 -19.5 39.1) |
| LCH | lch(85.7 43.7 116.5) |
| OKLCH | oklch(0.870 0.110 119.1) |
Copy-ready code
/* CSS */
color: #ccdf8b;
background-color: #ccdf8b;
/* Tailwind (arbitrary) */
class="text-[#ccdf8b] bg-[#ccdf8b]"
/* SCSS */
$brand: #ccdf8b;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.545)
/* Android */
Color.parseColor("#ccdf8b")Accessibility — WCAG contrast
Aa
#ccdf8b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdf8b on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue54.5%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow37.7%
Key (black)12.5%
Color previews
#ccdf8b text on a black background
contrast 14.50:1
Card sample
#ccdf8b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdf8b;
Background color
Panel with #ccdf8b background
background-color: #ccdf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdf8b; background: linear-gradient(135deg, #ccdf8b, #94DF8B);