#defecc
a pale, electric green · cool · closest name: beige
RGB
222, 254, 204
HSL
98°, 96%, 90%
CMYK
13, 0, 20, 0
Luminance
0.9077
Every format
| HEX | #defecc |
| RGB | rgb(222, 254, 204) |
| HSL | hsl(98, 96%, 90%) |
| CMYK | cmyk(13%, 0%, 20%, 0%) |
| LAB | lab(96.3 -19.1 20.5) |
| LCH | lch(96.3 28.1 132.9) |
| OKLCH | oklch(0.961 0.074 134.3) |
Copy-ready code
/* CSS */
color: #defecc;
background-color: #defecc;
/* Tailwind (arbitrary) */
class="text-[#defecc] bg-[#defecc]"
/* SCSS */
$brand: #defecc;
/* SwiftUI */
Color(red: 0.871, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#defecc")Accessibility — WCAG contrast
Aa
#defecc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defecc on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.6%
Blue80.0%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#defecc text on a black background
contrast 19.15:1
Card sample
#defecc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defecc;
Background color
Panel with #defecc background
background-color: #defecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defecc; background: linear-gradient(135deg, #defecc, #CCFEDB);