#defabf
a pale, electric green · cool · closest name: beige
RGB
222, 250, 191
HSL
89°, 86%, 87%
CMYK
11, 0, 24, 2
Luminance
0.8766
Every format
| HEX | #defabf |
| RGB | rgb(222, 250, 191) |
| HSL | hsl(89, 86%, 87%) |
| CMYK | cmyk(11%, 0%, 24%, 2%) |
| LAB | lab(95.0 -19.1 25.4) |
| LCH | lch(95.0 31.8 127.1) |
| OKLCH | oklch(0.950 0.082 128.5) |
Copy-ready code
/* CSS */
color: #defabf;
background-color: #defabf;
/* Tailwind (arbitrary) */
class="text-[#defabf] bg-[#defabf]"
/* SCSS */
$brand: #defabf;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#defabf")Accessibility — WCAG contrast
Aa
#defabf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defabf on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue74.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#defabf text on a black background
contrast 18.53:1
Card sample
#defabf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defabf;
Background color
Panel with #defabf background
background-color: #defabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defabf; background: linear-gradient(135deg, #defabf, #BFFAC7);