#deeba3
a light, vivid green · cool · closest name: khaki
RGB
222, 235, 163
HSL
71°, 64%, 78%
CMYK
6, 0, 31, 8
Luminance
0.7759
Every format
| HEX | #deeba3 |
| RGB | rgb(222, 235, 163) |
| HSL | hsl(71, 64%, 78%) |
| CMYK | cmyk(6%, 0%, 31%, 8%) |
| LAB | lab(90.6 -15.7 33.6) |
| LCH | lch(90.6 37.1 115.1) |
| OKLCH | oklch(0.913 0.094 116.6) |
Copy-ready code
/* CSS */
color: #deeba3;
background-color: #deeba3;
/* Tailwind (arbitrary) */
class="text-[#deeba3] bg-[#deeba3]"
/* SCSS */
$brand: #deeba3;
/* SwiftUI */
Color(red: 0.871, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#deeba3")Accessibility — WCAG contrast
Aa
#deeba3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeba3 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green92.2%
Blue63.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#deeba3 text on a black background
contrast 16.52:1
Card sample
#deeba3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeba3;
Background color
Panel with #deeba3 background
background-color: #deeba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeba3; background: linear-gradient(135deg, #deeba3, #AEEBA3);