#cdf28b
a light, electric green · cool · closest name: khaki
RGB
205, 242, 139
HSL
82°, 80%, 75%
CMYK
15, 0, 43, 5
Luminance
0.7835
Every format
| HEX | #cdf28b |
| RGB | rgb(205, 242, 139) |
| HSL | hsl(82, 80%, 75%) |
| CMYK | cmyk(15%, 0%, 43%, 5%) |
| LAB | lab(90.9 -28.3 45.7) |
| LCH | lch(90.9 53.7 121.7) |
| OKLCH | oklch(0.912 0.136 125.2) |
Copy-ready code
/* CSS */
color: #cdf28b;
background-color: #cdf28b;
/* Tailwind (arbitrary) */
class="text-[#cdf28b] bg-[#cdf28b]"
/* SCSS */
$brand: #cdf28b;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.545)
/* Android */
Color.parseColor("#cdf28b")Accessibility — WCAG contrast
Aa
#cdf28b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf28b on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue54.5%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow42.6%
Key (black)5.1%
Color previews
#cdf28b text on a black background
contrast 16.67:1
Card sample
#cdf28b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf28b;
Background color
Panel with #cdf28b background
background-color: #cdf28b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf28b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf28b; background: linear-gradient(135deg, #cdf28b, #8BF28E);