#cdfaa9
a light, electric green · cool · closest name: khaki
RGB
205, 250, 169
HSL
93°, 89%, 82%
CMYK
18, 0, 32, 2
Luminance
0.8421
Every format
| HEX | #cdfaa9 |
| RGB | rgb(205, 250, 169) |
| HSL | hsl(93, 89%, 82%) |
| CMYK | cmyk(18%, 0%, 32%, 2%) |
| LAB | lab(93.5 -28.2 34.3) |
| LCH | lch(93.5 44.4 129.5) |
| OKLCH | oklch(0.934 0.115 131.9) |
Copy-ready code
/* CSS */
color: #cdfaa9;
background-color: #cdfaa9;
/* Tailwind (arbitrary) */
class="text-[#cdfaa9] bg-[#cdfaa9]"
/* SCSS */
$brand: #cdfaa9;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.663)
/* Android */
Color.parseColor("#cdfaa9")Accessibility — WCAG contrast
Aa
#cdfaa9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaa9 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue66.3%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow32.4%
Key (black)2.0%
Color previews
#cdfaa9 text on a black background
contrast 17.84:1
Card sample
#cdfaa9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaa9;
Background color
Panel with #cdfaa9 background
background-color: #cdfaa9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaa9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaa9; background: linear-gradient(135deg, #cdfaa9, #A9FABB);