#cdf09c
a light, vivid green · cool · closest name: khaki
RGB
205, 240, 156
HSL
85°, 74%, 78%
CMYK
15, 0, 35, 6
Luminance
0.7770
Every format
| HEX | #cdf09c |
| RGB | rgb(205, 240, 156) |
| HSL | hsl(85, 74%, 78%) |
| CMYK | cmyk(15%, 0%, 35%, 6%) |
| LAB | lab(90.6 -25.3 37.0) |
| LCH | lch(90.6 44.8 124.3) |
| OKLCH | oklch(0.910 0.115 126.9) |
Copy-ready code
/* CSS */
color: #cdf09c;
background-color: #cdf09c;
/* Tailwind (arbitrary) */
class="text-[#cdf09c] bg-[#cdf09c]"
/* SCSS */
$brand: #cdf09c;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#cdf09c")Accessibility — WCAG contrast
Aa
#cdf09c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf09c on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue61.2%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow35.0%
Key (black)5.9%
Color previews
#cdf09c text on a black background
contrast 16.54:1
Card sample
#cdf09c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf09c;
Background color
Panel with #cdf09c background
background-color: #cdf09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf09c; background: linear-gradient(135deg, #cdf09c, #9CF0A3);