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