#cdfe97
a light, electric green · cool · closest name: khaki
RGB
205, 254, 151
HSL
89°, 98%, 79%
CMYK
19, 0, 41, 0
Luminance
0.8610
Every format
| HEX | #cdfe97 |
| RGB | rgb(205, 254, 151) |
| HSL | hsl(89, 98%, 79%) |
| CMYK | cmyk(19%, 0%, 41%, 0%) |
| LAB | lab(94.3 -32.4 44.2) |
| LCH | lch(94.3 54.8 126.3) |
| OKLCH | oklch(0.940 0.140 129.5) |
Copy-ready code
/* CSS */
color: #cdfe97;
background-color: #cdfe97;
/* Tailwind (arbitrary) */
class="text-[#cdfe97] bg-[#cdfe97]"
/* SCSS */
$brand: #cdfe97;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.592)
/* Android */
Color.parseColor("#cdfe97")Accessibility — WCAG contrast
Aa
#cdfe97 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe97 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue59.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow40.6%
Key (black)0.4%
Color previews
#cdfe97 text on a black background
contrast 18.22:1
Card sample
#cdfe97 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe97;
Background color
Panel with #cdfe97 background
background-color: #cdfe97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe97; background: linear-gradient(135deg, #cdfe97, #97FEA6);