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