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