#cdfdae
a light, electric green · cool · closest name: khaki
RGB
205, 253, 174
HSL
97°, 95%, 84%
CMYK
19, 0, 31, 1
Luminance
0.8629
Every format
| HEX | #cdfdae |
| RGB | rgb(205, 253, 174) |
| HSL | hsl(97, 95%, 84%) |
| CMYK | cmyk(19%, 0%, 31%, 1%) |
| LAB | lab(94.4 -28.9 33.0) |
| LCH | lch(94.4 43.9 131.3) |
| OKLCH | oklch(0.942 0.114 133.6) |
Copy-ready code
/* CSS */
color: #cdfdae;
background-color: #cdfdae;
/* Tailwind (arbitrary) */
class="text-[#cdfdae] bg-[#cdfdae]"
/* SCSS */
$brand: #cdfdae;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.682)
/* Android */
Color.parseColor("#cdfdae")Accessibility — WCAG contrast
Aa
#cdfdae on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdae on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue68.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow31.2%
Key (black)0.8%
Color previews
#cdfdae text on a black background
contrast 18.26:1
Card sample
#cdfdae text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdae;
Background color
Panel with #cdfdae background
background-color: #cdfdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdae; background: linear-gradient(135deg, #cdfdae, #AEFDC4);