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