#cdfe9b
a light, electric green · cool · closest name: khaki
RGB
205, 254, 155
HSL
90°, 98%, 80%
CMYK
19, 0, 39, 0
Luminance
0.8623
Every format
| HEX | #cdfe9b |
| RGB | rgb(205, 254, 155) |
| HSL | hsl(90, 98%, 80%) |
| CMYK | cmyk(19%, 0%, 39%, 0%) |
| LAB | lab(94.4 -31.9 42.3) |
| LCH | lch(94.4 53.0 127.0) |
| OKLCH | oklch(0.941 0.136 130.1) |
Copy-ready code
/* CSS */
color: #cdfe9b;
background-color: #cdfe9b;
/* Tailwind (arbitrary) */
class="text-[#cdfe9b] bg-[#cdfe9b]"
/* SCSS */
$brand: #cdfe9b;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#cdfe9b")Accessibility — WCAG contrast
Aa
#cdfe9b on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe9b on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue60.8%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#cdfe9b text on a black background
contrast 18.25:1
Card sample
#cdfe9b text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe9b;
Background color
Panel with #cdfe9b background
background-color: #cdfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe9b; background: linear-gradient(135deg, #cdfe9b, #9BFEAB);