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