#cdf795
a light, electric green · cool · closest name: khaki
RGB
205, 247, 149
HSL
86°, 86%, 78%
CMYK
17, 0, 40, 3
Luminance
0.8167
Every format
| HEX | #cdf795 |
| RGB | rgb(205, 247, 149) |
| HSL | hsl(86, 86%, 78%) |
| CMYK | cmyk(17%, 0%, 40%, 3%) |
| LAB | lab(92.4 -29.4 42.7) |
| LCH | lch(92.4 51.9 124.6) |
| OKLCH | oklch(0.924 0.132 127.7) |
Copy-ready code
/* CSS */
color: #cdf795;
background-color: #cdf795;
/* Tailwind (arbitrary) */
class="text-[#cdf795] bg-[#cdf795]"
/* SCSS */
$brand: #cdf795;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.584)
/* Android */
Color.parseColor("#cdf795")Accessibility — WCAG contrast
Aa
#cdf795 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf795 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue58.4%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow39.7%
Key (black)3.1%
Color previews
#cdf795 text on a black background
contrast 17.33:1
Card sample
#cdf795 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf795;
Background color
Panel with #cdf795 background
background-color: #cdf795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf795; background: linear-gradient(135deg, #cdf795, #95F79E);