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