#cdf19c
a light, electric green · cool · closest name: khaki
RGB
205, 241, 156
HSL
85°, 75%, 78%
CMYK
15, 0, 35, 6
Luminance
0.7829
Every format
| HEX | #cdf19c |
| RGB | rgb(205, 241, 156) |
| HSL | hsl(85, 75%, 78%) |
| CMYK | cmyk(15%, 0%, 35%, 6%) |
| LAB | lab(90.9 -25.7 37.3) |
| LCH | lch(90.9 45.3 124.6) |
| OKLCH | oklch(0.913 0.116 127.2) |
Copy-ready code
/* CSS */
color: #cdf19c;
background-color: #cdf19c;
/* Tailwind (arbitrary) */
class="text-[#cdf19c] bg-[#cdf19c]"
/* SCSS */
$brand: #cdf19c;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.612)
/* Android */
Color.parseColor("#cdf19c")Accessibility — WCAG contrast
Aa
#cdf19c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf19c on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue61.2%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow35.3%
Key (black)5.5%
Color previews
#cdf19c text on a black background
contrast 16.66:1
Card sample
#cdf19c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf19c;
Background color
Panel with #cdf19c background
background-color: #cdf19c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf19c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf19c; background: linear-gradient(135deg, #cdf19c, #9CF1A3);