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