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