#cdf08b
a light, electric green · cool · closest name: khaki
RGB
205, 240, 139
HSL
81°, 77%, 74%
CMYK
15, 0, 42, 6
Luminance
0.7716
Every format
| HEX | #cdf08b |
| RGB | rgb(205, 240, 139) |
| HSL | hsl(81, 77%, 74%) |
| CMYK | cmyk(15%, 0%, 42%, 6%) |
| LAB | lab(90.4 -27.3 45.0) |
| LCH | lch(90.4 52.7 121.3) |
| OKLCH | oklch(0.908 0.133 124.6) |
Copy-ready code
/* CSS */
color: #cdf08b;
background-color: #cdf08b;
/* Tailwind (arbitrary) */
class="text-[#cdf08b] bg-[#cdf08b]"
/* SCSS */
$brand: #cdf08b;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.545)
/* Android */
Color.parseColor("#cdf08b")Accessibility — WCAG contrast
Aa
#cdf08b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf08b on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue54.5%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow42.1%
Key (black)5.9%
Color previews
#cdf08b text on a black background
contrast 16.43:1
Card sample
#cdf08b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf08b;
Background color
Panel with #cdf08b background
background-color: #cdf08b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf08b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf08b; background: linear-gradient(135deg, #cdf08b, #8BF08C);