#cdf396
a light, electric green · cool · closest name: khaki
RGB
205, 243, 150
HSL
85°, 80%, 77%
CMYK
16, 0, 38, 5
Luminance
0.7928
Every format
| HEX | #cdf396 |
| RGB | rgb(205, 243, 150) |
| HSL | hsl(85, 80%, 77%) |
| CMYK | cmyk(16%, 0%, 38%, 5%) |
| LAB | lab(91.4 -27.4 40.9) |
| LCH | lch(91.4 49.2 123.9) |
| OKLCH | oklch(0.916 0.126 126.8) |
Copy-ready code
/* CSS */
color: #cdf396;
background-color: #cdf396;
/* Tailwind (arbitrary) */
class="text-[#cdf396] bg-[#cdf396]"
/* SCSS */
$brand: #cdf396;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.588)
/* Android */
Color.parseColor("#cdf396")Accessibility — WCAG contrast
Aa
#cdf396 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf396 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue58.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow38.3%
Key (black)4.7%
Color previews
#cdf396 text on a black background
contrast 16.86:1
Card sample
#cdf396 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf396;
Background color
Panel with #cdf396 background
background-color: #cdf396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf396; background: linear-gradient(135deg, #cdf396, #96F39D);