#cdfed9
a pale, electric green · cool · closest name: beige
RGB
205, 254, 217
HSL
135°, 96%, 90%
CMYK
19, 0, 15, 0
Luminance
0.8887
Every format
| HEX | #cdfed9 |
| RGB | rgb(205, 254, 217) |
| HSL | hsl(135, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 15%, 0%) |
| LAB | lab(95.5 -22.5 12.6) |
| LCH | lch(95.5 25.8 150.7) |
| OKLCH | oklch(0.953 0.070 152.4) |
Copy-ready code
/* CSS */
color: #cdfed9;
background-color: #cdfed9;
/* Tailwind (arbitrary) */
class="text-[#cdfed9] bg-[#cdfed9]"
/* SCSS */
$brand: #cdfed9;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.851)
/* Android */
Color.parseColor("#cdfed9")Accessibility — WCAG contrast
Aa
#cdfed9 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfed9 on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue85.1%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow14.6%
Key (black)0.4%
Color previews
#cdfed9 text on a black background
contrast 18.77:1
Card sample
#cdfed9 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfed9;
Background color
Panel with #cdfed9 background
background-color: #cdfed9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfed9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfed9; background: linear-gradient(135deg, #cdfed9, #CDFEFA);