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