#cdf596
a light, electric green · cool · closest name: khaki
RGB
205, 245, 150
HSL
85°, 83%, 78%
CMYK
16, 0, 39, 4
Luminance
0.8049
Every format
| HEX | #cdf596 |
| RGB | rgb(205, 245, 150) |
| HSL | hsl(85, 83%, 78%) |
| CMYK | cmyk(16%, 0%, 39%, 4%) |
| LAB | lab(91.9 -28.4 41.6) |
| LCH | lch(91.9 50.3 124.3) |
| OKLCH | oklch(0.920 0.128 127.3) |
Copy-ready code
/* CSS */
color: #cdf596;
background-color: #cdf596;
/* Tailwind (arbitrary) */
class="text-[#cdf596] bg-[#cdf596]"
/* SCSS */
$brand: #cdf596;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#cdf596")Accessibility — WCAG contrast
Aa
#cdf596 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf596 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue58.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#cdf596 text on a black background
contrast 17.10:1
Card sample
#cdf596 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf596;
Background color
Panel with #cdf596 background
background-color: #cdf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf596; background: linear-gradient(135deg, #cdf596, #96F59F);