#defee2
a pale, electric green · cool · closest name: beige
RGB
222, 254, 226
HSL
128°, 94%, 93%
CMYK
13, 0, 11, 0
Luminance
0.9190
Every format
| HEX | #defee2 |
| RGB | rgb(222, 254, 226) |
| HSL | hsl(128, 94%, 93%) |
| CMYK | cmyk(13%, 0%, 11%, 0%) |
| LAB | lab(96.8 -15.4 9.9) |
| LCH | lch(96.8 18.4 147.2) |
| OKLCH | oklch(0.967 0.050 148.8) |
Copy-ready code
/* CSS */
color: #defee2;
background-color: #defee2;
/* Tailwind (arbitrary) */
class="text-[#defee2] bg-[#defee2]"
/* SCSS */
$brand: #defee2;
/* SwiftUI */
Color(red: 0.871, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#defee2")Accessibility — WCAG contrast
Aa
#defee2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defee2 on black: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.6%
Blue88.6%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#defee2 text on a black background
contrast 19.38:1
Card sample
#defee2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defee2;
Background color
Panel with #defee2 background
background-color: #defee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defee2; background: linear-gradient(135deg, #defee2, #DEFEF7);