#defad1
a pale, electric green · cool · closest name: beige
RGB
222, 250, 209
HSL
101°, 80%, 90%
CMYK
11, 0, 16, 2
Luminance
0.8850
Every format
| HEX | #defad1 |
| RGB | rgb(222, 250, 209) |
| HSL | hsl(101, 80%, 90%) |
| CMYK | cmyk(11%, 0%, 16%, 2%) |
| LAB | lab(95.4 -16.4 16.7) |
| LCH | lch(95.4 23.3 134.5) |
| OKLCH | oklch(0.954 0.061 135.7) |
Copy-ready code
/* CSS */
color: #defad1;
background-color: #defad1;
/* Tailwind (arbitrary) */
class="text-[#defad1] bg-[#defad1]"
/* SCSS */
$brand: #defad1;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.820)
/* Android */
Color.parseColor("#defad1")Accessibility — WCAG contrast
Aa
#defad1 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defad1 on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue82.0%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow16.4%
Key (black)2.0%
Color previews
#defad1 text on a black background
contrast 18.70:1
Card sample
#defad1 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defad1;
Background color
Panel with #defad1 background
background-color: #defad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defad1; background: linear-gradient(135deg, #defad1, #D1FADF);