#defab7
a light, electric green · cool · closest name: khaki
RGB
222, 250, 183
HSL
85°, 87%, 85%
CMYK
11, 0, 27, 2
Luminance
0.8732
Every format
| HEX | #defab7 |
| RGB | rgb(222, 250, 183) |
| HSL | hsl(85, 87%, 85%) |
| CMYK | cmyk(11%, 0%, 27%, 2%) |
| LAB | lab(94.9 -20.3 29.2) |
| LCH | lch(94.9 35.6 124.8) |
| OKLCH | oklch(0.949 0.092 126.5) |
Copy-ready code
/* CSS */
color: #defab7;
background-color: #defab7;
/* Tailwind (arbitrary) */
class="text-[#defab7] bg-[#defab7]"
/* SCSS */
$brand: #defab7;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.718)
/* Android */
Color.parseColor("#defab7")Accessibility — WCAG contrast
Aa
#defab7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defab7 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue71.8%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow26.8%
Key (black)2.0%
Color previews
#defab7 text on a black background
contrast 18.46:1
Card sample
#defab7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defab7;
Background color
Panel with #defab7 background
background-color: #defab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defab7; background: linear-gradient(135deg, #defab7, #B7FABD);