#defad4
a pale, electric green · cool · closest name: beige
RGB
222, 250, 212
HSL
104°, 79%, 91%
CMYK
11, 0, 15, 2
Luminance
0.8865
Every format
| HEX | #defad4 |
| RGB | rgb(222, 250, 212) |
| HSL | hsl(104, 79%, 91%) |
| CMYK | cmyk(11%, 0%, 15%, 2%) |
| LAB | lab(95.4 -15.8 15.2) |
| LCH | lch(95.4 22.0 136.2) |
| OKLCH | oklch(0.955 0.058 137.5) |
Copy-ready code
/* CSS */
color: #defad4;
background-color: #defad4;
/* Tailwind (arbitrary) */
class="text-[#defad4] bg-[#defad4]"
/* SCSS */
$brand: #defad4;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.831)
/* Android */
Color.parseColor("#defad4")Accessibility — WCAG contrast
Aa
#defad4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defad4 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue83.1%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow15.2%
Key (black)2.0%
Color previews
#defad4 text on a black background
contrast 18.73:1
Card sample
#defad4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defad4;
Background color
Panel with #defad4 background
background-color: #defad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defad4; background: linear-gradient(135deg, #defad4, #D4FAE3);