#cdf488
a light, electric green · cool · closest name: khaki
RGB
205, 244, 136
HSL
82°, 83%, 75%
CMYK
16, 0, 44, 4
Luminance
0.7946
Every format
| HEX | #cdf488 |
| RGB | rgb(205, 244, 136) |
| HSL | hsl(82, 83%, 75%) |
| CMYK | cmyk(16%, 0%, 44%, 4%) |
| LAB | lab(91.4 -29.5 47.8) |
| LCH | lch(91.4 56.2 121.7) |
| OKLCH | oklch(0.916 0.142 125.4) |
Copy-ready code
/* CSS */
color: #cdf488;
background-color: #cdf488;
/* Tailwind (arbitrary) */
class="text-[#cdf488] bg-[#cdf488]"
/* SCSS */
$brand: #cdf488;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.533)
/* Android */
Color.parseColor("#cdf488")Accessibility — WCAG contrast
Aa
#cdf488 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf488 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue53.3%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow44.3%
Key (black)4.3%
Color previews
#cdf488 text on a black background
contrast 16.89:1
Card sample
#cdf488 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf488;
Background color
Panel with #cdf488 background
background-color: #cdf488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf488; background: linear-gradient(135deg, #cdf488, #88F48B);