#cdf799
a light, electric green · cool · closest name: khaki
RGB
205, 247, 153
HSL
87°, 86%, 78%
CMYK
17, 0, 38, 3
Luminance
0.8180
Every format
| HEX | #cdf799 |
| RGB | rgb(205, 247, 153) |
| HSL | hsl(87, 86%, 78%) |
| CMYK | cmyk(17%, 0%, 38%, 3%) |
| LAB | lab(92.5 -28.9 40.8) |
| LCH | lch(92.5 50.0 125.3) |
| OKLCH | oklch(0.925 0.128 128.3) |
Copy-ready code
/* CSS */
color: #cdf799;
background-color: #cdf799;
/* Tailwind (arbitrary) */
class="text-[#cdf799] bg-[#cdf799]"
/* SCSS */
$brand: #cdf799;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.600)
/* Android */
Color.parseColor("#cdf799")Accessibility — WCAG contrast
Aa
#cdf799 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf799 on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue60.0%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow38.1%
Key (black)3.1%
Color previews
#cdf799 text on a black background
contrast 17.36:1
Card sample
#cdf799 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf799;
Background color
Panel with #cdf799 background
background-color: #cdf799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf799; background: linear-gradient(135deg, #cdf799, #99F7A4);