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