#cdf896
a light, electric green · cool · closest name: khaki
RGB
205, 248, 150
HSL
86°, 88%, 78%
CMYK
17, 0, 40, 3
Luminance
0.8232
Every format
| HEX | #cdf896 |
| RGB | rgb(205, 248, 150) |
| HSL | hsl(86, 88%, 78%) |
| CMYK | cmyk(17%, 0%, 40%, 3%) |
| LAB | lab(92.7 -29.8 42.6) |
| LCH | lch(92.7 52.0 125.0) |
| OKLCH | oklch(0.927 0.133 128.1) |
Copy-ready code
/* CSS */
color: #cdf896;
background-color: #cdf896;
/* Tailwind (arbitrary) */
class="text-[#cdf896] bg-[#cdf896]"
/* SCSS */
$brand: #cdf896;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.588)
/* Android */
Color.parseColor("#cdf896")Accessibility — WCAG contrast
Aa
#cdf896 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf896 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue58.8%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow39.5%
Key (black)2.7%
Color previews
#cdf896 text on a black background
contrast 17.46:1
Card sample
#cdf896 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf896;
Background color
Panel with #cdf896 background
background-color: #cdf896;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf896;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf896; background: linear-gradient(135deg, #cdf896, #96F8A0);