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