#cdfeae
a light, electric green · cool · closest name: khaki
RGB
205, 254, 174
HSL
97°, 98%, 84%
CMYK
19, 0, 32, 0
Luminance
0.8692
Every format
| HEX | #cdfeae |
| RGB | rgb(205, 254, 174) |
| HSL | hsl(97, 98%, 84%) |
| CMYK | cmyk(19%, 0%, 32%, 0%) |
| LAB | lab(94.7 -29.4 33.3) |
| LCH | lch(94.7 44.5 131.4) |
| OKLCH | oklch(0.944 0.116 133.8) |
Copy-ready code
/* CSS */
color: #cdfeae;
background-color: #cdfeae;
/* Tailwind (arbitrary) */
class="text-[#cdfeae] bg-[#cdfeae]"
/* SCSS */
$brand: #cdfeae;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.682)
/* Android */
Color.parseColor("#cdfeae")Accessibility — WCAG contrast
Aa
#cdfeae on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfeae on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue68.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow31.5%
Key (black)0.4%
Color previews
#cdfeae text on a black background
contrast 18.38:1
Card sample
#cdfeae text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfeae;
Background color
Panel with #cdfeae background
background-color: #cdfeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfeae; background: linear-gradient(135deg, #cdfeae, #AEFEC4);