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