#cdfeea
a pale, electric green · cool · closest name: beige
RGB
205, 254, 234
HSL
156°, 96%, 90%
CMYK
19, 0, 8, 0
Luminance
0.8980
Every format
| HEX | #cdfeea |
| RGB | rgb(205, 254, 234) |
| HSL | hsl(156, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 8%, 0%) |
| LAB | lab(95.9 -19.4 4.4) |
| LCH | lch(95.9 19.9 167.1) |
| OKLCH | oklch(0.958 0.057 168.3) |
Copy-ready code
/* CSS */
color: #cdfeea;
background-color: #cdfeea;
/* Tailwind (arbitrary) */
class="text-[#cdfeea] bg-[#cdfeea]"
/* SCSS */
$brand: #cdfeea;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.918)
/* Android */
Color.parseColor("#cdfeea")Accessibility — WCAG contrast
Aa
#cdfeea on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfeea on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue91.8%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow7.9%
Key (black)0.4%
Color previews
#cdfeea text on a black background
contrast 18.96:1
Card sample
#cdfeea text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfeea;
Background color
Panel with #cdfeea background
background-color: #cdfeea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfeea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfeea; background: linear-gradient(135deg, #cdfeea, #CDF1FE);