#deeeab
a light, vivid green · cool · closest name: khaki
RGB
222, 238, 171
HSL
74°, 66%, 80%
CMYK
7, 0, 28, 7
Luminance
0.7962
Every format
| HEX | #deeeab |
| RGB | rgb(222, 238, 171) |
| HSL | hsl(74, 66%, 80%) |
| CMYK | cmyk(7%, 0%, 28%, 7%) |
| LAB | lab(91.5 -16.1 30.8) |
| LCH | lch(91.5 34.7 117.7) |
| OKLCH | oklch(0.921 0.088 119.1) |
Copy-ready code
/* CSS */
color: #deeeab;
background-color: #deeeab;
/* Tailwind (arbitrary) */
class="text-[#deeeab] bg-[#deeeab]"
/* SCSS */
$brand: #deeeab;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#deeeab")Accessibility — WCAG contrast
Aa
#deeeab on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeeab on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue67.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#deeeab text on a black background
contrast 16.92:1
Card sample
#deeeab text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeeab;
Background color
Panel with #deeeab background
background-color: #deeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeeab; background: linear-gradient(135deg, #deeeab, #B1EEAB);