#defec4
a pale, electric green · cool · closest name: beige
RGB
222, 254, 196
HSL
93°, 97%, 88%
CMYK
13, 0, 23, 0
Luminance
0.9040
Every format
| HEX | #defec4 |
| RGB | rgb(222, 254, 196) |
| HSL | hsl(93, 97%, 88%) |
| CMYK | cmyk(13%, 0%, 23%, 0%) |
| LAB | lab(96.2 -20.3 24.4) |
| LCH | lch(96.2 31.8 129.8) |
| OKLCH | oklch(0.960 0.083 131.4) |
Copy-ready code
/* CSS */
color: #defec4;
background-color: #defec4;
/* Tailwind (arbitrary) */
class="text-[#defec4] bg-[#defec4]"
/* SCSS */
$brand: #defec4;
/* SwiftUI */
Color(red: 0.871, green: 0.996, blue: 0.769)
/* Android */
Color.parseColor("#defec4")Accessibility — WCAG contrast
Aa
#defec4 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defec4 on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.6%
Blue76.9%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow22.8%
Key (black)0.4%
Color previews
#defec4 text on a black background
contrast 19.08:1
Card sample
#defec4 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defec4;
Background color
Panel with #defec4 background
background-color: #defec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 254, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 254, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defec4; background: linear-gradient(135deg, #defec4, #C4FED1);