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