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