#cdf196
a light, electric green · cool · closest name: khaki
RGB
205, 241, 150
HSL
84°, 77%, 77%
CMYK
15, 0, 38, 6
Luminance
0.7809
Every format
| HEX | #cdf196 |
| RGB | rgb(205, 241, 150) |
| HSL | hsl(84, 77%, 77%) |
| CMYK | cmyk(15%, 0%, 38%, 6%) |
| LAB | lab(90.8 -26.5 40.2) |
| LCH | lch(90.8 48.1 123.4) |
| OKLCH | oklch(0.912 0.123 126.3) |
Copy-ready code
/* CSS */
color: #cdf196;
background-color: #cdf196;
/* Tailwind (arbitrary) */
class="text-[#cdf196] bg-[#cdf196]"
/* SCSS */
$brand: #cdf196;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.588)
/* Android */
Color.parseColor("#cdf196")Accessibility — WCAG contrast
Aa
#cdf196 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf196 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue58.8%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow37.8%
Key (black)5.5%
Color previews
#cdf196 text on a black background
contrast 16.62:1
Card sample
#cdf196 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf196;
Background color
Panel with #cdf196 background
background-color: #cdf196;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf196;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf196; background: linear-gradient(135deg, #cdf196, #96F19C);