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