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