#cdf18b
a light, electric green · cool · closest name: khaki
RGB
205, 241, 139
HSL
81°, 79%, 75%
CMYK
15, 0, 42, 6
Luminance
0.7775
Every format
| HEX | #cdf18b |
| RGB | rgb(205, 241, 139) |
| HSL | hsl(81, 79%, 75%) |
| CMYK | cmyk(15%, 0%, 42%, 6%) |
| LAB | lab(90.7 -27.8 45.4) |
| LCH | lch(90.7 53.2 121.5) |
| OKLCH | oklch(0.910 0.134 124.9) |
Copy-ready code
/* CSS */
color: #cdf18b;
background-color: #cdf18b;
/* Tailwind (arbitrary) */
class="text-[#cdf18b] bg-[#cdf18b]"
/* SCSS */
$brand: #cdf18b;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.545)
/* Android */
Color.parseColor("#cdf18b")Accessibility — WCAG contrast
Aa
#cdf18b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf18b on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue54.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow42.3%
Key (black)5.5%
Color previews
#cdf18b text on a black background
contrast 16.55:1
Card sample
#cdf18b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf18b;
Background color
Panel with #cdf18b background
background-color: #cdf18b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf18b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf18b; background: linear-gradient(135deg, #cdf18b, #8BF18D);