#cdf69d
a light, electric green · cool · closest name: khaki
RGB
205, 246, 157
HSL
88°, 83%, 79%
CMYK
17, 0, 36, 4
Luminance
0.8132
Every format
| HEX | #cdf69d |
| RGB | rgb(205, 246, 157) |
| HSL | hsl(88, 83%, 79%) |
| CMYK | cmyk(17%, 0%, 36%, 4%) |
| LAB | lab(92.3 -28.0 38.6) |
| LCH | lch(92.3 47.6 125.9) |
| OKLCH | oklch(0.924 0.122 128.7) |
Copy-ready code
/* CSS */
color: #cdf69d;
background-color: #cdf69d;
/* Tailwind (arbitrary) */
class="text-[#cdf69d] bg-[#cdf69d]"
/* SCSS */
$brand: #cdf69d;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.616)
/* Android */
Color.parseColor("#cdf69d")Accessibility — WCAG contrast
Aa
#cdf69d on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf69d on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue61.6%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow36.2%
Key (black)3.5%
Color previews
#cdf69d text on a black background
contrast 17.26:1
Card sample
#cdf69d text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf69d;
Background color
Panel with #cdf69d background
background-color: #cdf69d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf69d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf69d; background: linear-gradient(135deg, #cdf69d, #9DF6A8);