#cdff97
a light, electric green · cool · closest name: khaki
RGB
205, 255, 151
HSL
89°, 100%, 80%
CMYK
20, 0, 41, 0
Luminance
0.8673
Every format
| HEX | #cdff97 |
| RGB | rgb(205, 255, 151) |
| HSL | hsl(89, 100%, 80%) |
| CMYK | cmyk(20%, 0%, 41%, 0%) |
| LAB | lab(94.6 -32.9 44.6) |
| LCH | lch(94.6 55.4 126.4) |
| OKLCH | oklch(0.942 0.142 129.7) |
Copy-ready code
/* CSS */
color: #cdff97;
background-color: #cdff97;
/* Tailwind (arbitrary) */
class="text-[#cdff97] bg-[#cdff97]"
/* SCSS */
$brand: #cdff97;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.592)
/* Android */
Color.parseColor("#cdff97")Accessibility — WCAG contrast
Aa
#cdff97 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff97 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue59.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow40.8%
Key (black)0.0%
Color previews
#cdff97 text on a black background
contrast 18.35:1
Card sample
#cdff97 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff97;
Background color
Panel with #cdff97 background
background-color: #cdff97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff97; background: linear-gradient(135deg, #cdff97, #97FFA6);