#cdf06e
a light, electric green · cool · closest name: khaki
RGB
205, 240, 110
HSL
76°, 81%, 69%
CMYK
15, 0, 54, 6
Luminance
0.7643
Every format
| HEX | #cdf06e |
| RGB | rgb(205, 240, 110) |
| HSL | hsl(76, 81%, 69%) |
| CMYK | cmyk(15%, 0%, 54%, 6%) |
| LAB | lab(90.1 -30.3 58.2) |
| LCH | lch(90.1 65.6 117.5) |
| OKLCH | oklch(0.904 0.161 122.2) |
Copy-ready code
/* CSS */
color: #cdf06e;
background-color: #cdf06e;
/* Tailwind (arbitrary) */
class="text-[#cdf06e] bg-[#cdf06e]"
/* SCSS */
$brand: #cdf06e;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.431)
/* Android */
Color.parseColor("#cdf06e")Accessibility — WCAG contrast
Aa
#cdf06e on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf06e on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue43.1%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow54.2%
Key (black)5.9%
Color previews
#cdf06e text on a black background
contrast 16.29:1
Card sample
#cdf06e text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf06e;
Background color
Panel with #cdf06e background
background-color: #cdf06e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf06e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf06e; background: linear-gradient(135deg, #cdf06e, #76F06E);