#cdffae
a light, electric green · cool · closest name: khaki
RGB
205, 255, 174
HSL
97°, 100%, 84%
CMYK
20, 0, 32, 0
Luminance
0.8756
Every format
| HEX | #cdffae |
| RGB | rgb(205, 255, 174) |
| HSL | hsl(97, 100%, 84%) |
| CMYK | cmyk(20%, 0%, 32%, 0%) |
| LAB | lab(95.0 -29.9 33.7) |
| LCH | lch(95.0 45.0 131.6) |
| OKLCH | oklch(0.946 0.117 134.0) |
Copy-ready code
/* CSS */
color: #cdffae;
background-color: #cdffae;
/* Tailwind (arbitrary) */
class="text-[#cdffae] bg-[#cdffae]"
/* SCSS */
$brand: #cdffae;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#cdffae")Accessibility — WCAG contrast
Aa
#cdffae on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffae on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue68.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#cdffae text on a black background
contrast 18.51:1
Card sample
#cdffae text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffae;
Background color
Panel with #cdffae background
background-color: #cdffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffae; background: linear-gradient(135deg, #cdffae, #AEFFC5);