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