#ccdf93
a light, vivid green · cool · closest name: khaki
RGB
204, 223, 147
HSL
75°, 54%, 73%
CMYK
9, 0, 34, 13
Luminance
0.6772
Every format
| HEX | #ccdf93 |
| RGB | rgb(204, 223, 147) |
| HSL | hsl(75, 54%, 73%) |
| CMYK | cmyk(9%, 0%, 34%, 13%) |
| LAB | lab(85.9 -18.5 35.2) |
| LCH | lch(85.9 39.8 117.8) |
| OKLCH | oklch(0.872 0.101 120.0) |
Copy-ready code
/* CSS */
color: #ccdf93;
background-color: #ccdf93;
/* Tailwind (arbitrary) */
class="text-[#ccdf93] bg-[#ccdf93]"
/* SCSS */
$brand: #ccdf93;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.576)
/* Android */
Color.parseColor("#ccdf93")Accessibility — WCAG contrast
Aa
#ccdf93 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdf93 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue57.6%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow34.1%
Key (black)12.5%
Color previews
#ccdf93 text on a black background
contrast 14.54:1
Card sample
#ccdf93 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdf93;
Background color
Panel with #ccdf93 background
background-color: #ccdf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdf93; background: linear-gradient(135deg, #ccdf93, #99DF93);