#cdf497
a light, electric green · cool · closest name: khaki
RGB
205, 244, 151
HSL
85°, 81%, 78%
CMYK
16, 0, 38, 4
Luminance
0.7991
Every format
| HEX | #cdf497 |
| RGB | rgb(205, 244, 151) |
| HSL | hsl(85, 81%, 78%) |
| CMYK | cmyk(16%, 0%, 38%, 4%) |
| LAB | lab(91.7 -27.8 40.7) |
| LCH | lch(91.7 49.3 124.3) |
| OKLCH | oklch(0.918 0.126 127.2) |
Copy-ready code
/* CSS */
color: #cdf497;
background-color: #cdf497;
/* Tailwind (arbitrary) */
class="text-[#cdf497] bg-[#cdf497]"
/* SCSS */
$brand: #cdf497;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.592)
/* Android */
Color.parseColor("#cdf497")Accessibility — WCAG contrast
Aa
#cdf497 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf497 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue59.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow38.1%
Key (black)4.3%
Color previews
#cdf497 text on a black background
contrast 16.98:1
Card sample
#cdf497 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf497;
Background color
Panel with #cdf497 background
background-color: #cdf497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf497; background: linear-gradient(135deg, #cdf497, #97F49F);