#cdf09f
a light, vivid green · cool · closest name: khaki
RGB
205, 240, 159
HSL
86°, 73%, 78%
CMYK
15, 0, 34, 6
Luminance
0.7780
Every format
| HEX | #cdf09f |
| RGB | rgb(205, 240, 159) |
| HSL | hsl(86, 73%, 78%) |
| CMYK | cmyk(15%, 0%, 34%, 6%) |
| LAB | lab(90.7 -24.9 35.5) |
| LCH | lch(90.7 43.4 125.0) |
| OKLCH | oklch(0.911 0.111 127.5) |
Copy-ready code
/* CSS */
color: #cdf09f;
background-color: #cdf09f;
/* Tailwind (arbitrary) */
class="text-[#cdf09f] bg-[#cdf09f]"
/* SCSS */
$brand: #cdf09f;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.624)
/* Android */
Color.parseColor("#cdf09f")Accessibility — WCAG contrast
Aa
#cdf09f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf09f on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue62.4%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow33.8%
Key (black)5.9%
Color previews
#cdf09f text on a black background
contrast 16.56:1
Card sample
#cdf09f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf09f;
Background color
Panel with #cdf09f background
background-color: #cdf09f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf09f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf09f; background: linear-gradient(135deg, #cdf09f, #9FF0A7);