#cdfaa2
a light, electric green · cool · closest name: khaki
RGB
205, 250, 162
HSL
91°, 90%, 81%
CMYK
18, 0, 35, 2
Luminance
0.8396
Every format
| HEX | #cdfaa2 |
| RGB | rgb(205, 250, 162) |
| HSL | hsl(91, 90%, 81%) |
| CMYK | cmyk(18%, 0%, 35%, 2%) |
| LAB | lab(93.4 -29.2 37.6) |
| LCH | lch(93.4 47.6 127.8) |
| OKLCH | oklch(0.933 0.123 130.5) |
Copy-ready code
/* CSS */
color: #cdfaa2;
background-color: #cdfaa2;
/* Tailwind (arbitrary) */
class="text-[#cdfaa2] bg-[#cdfaa2]"
/* SCSS */
$brand: #cdfaa2;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.635)
/* Android */
Color.parseColor("#cdfaa2")Accessibility — WCAG contrast
Aa
#cdfaa2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaa2 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue63.5%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow35.2%
Key (black)2.0%
Color previews
#cdfaa2 text on a black background
contrast 17.79:1
Card sample
#cdfaa2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaa2;
Background color
Panel with #cdfaa2 background
background-color: #cdfaa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaa2; background: linear-gradient(135deg, #cdfaa2, #A2FAB2);