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