#defba0
a light, electric green · cool · closest name: khaki
RGB
222, 251, 160
HSL
79°, 92%, 81%
CMYK
12, 0, 36, 2
Luminance
0.8706
Every format
| HEX | #defba0 |
| RGB | rgb(222, 251, 160) |
| HSL | hsl(79, 92%, 81%) |
| CMYK | cmyk(12%, 0%, 36%, 2%) |
| LAB | lab(94.8 -23.8 40.6) |
| LCH | lch(94.8 47.0 120.4) |
| OKLCH | oklch(0.947 0.119 123.1) |
Copy-ready code
/* CSS */
color: #defba0;
background-color: #defba0;
/* Tailwind (arbitrary) */
class="text-[#defba0] bg-[#defba0]"
/* SCSS */
$brand: #defba0;
/* SwiftUI */
Color(red: 0.871, green: 0.984, blue: 0.627)
/* Android */
Color.parseColor("#defba0")Accessibility — WCAG contrast
Aa
#defba0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defba0 on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.4%
Blue62.7%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow36.3%
Key (black)1.6%
Color previews
#defba0 text on a black background
contrast 18.41:1
Card sample
#defba0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defba0;
Background color
Panel with #defba0 background
background-color: #defba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 251, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 251, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defba0; background: linear-gradient(135deg, #defba0, #A1FBA0);