#deee9b
a light, vivid green · cool · closest name: khaki
RGB
222, 238, 155
HSL
72°, 71%, 77%
CMYK
7, 0, 35, 7
Luminance
0.7905
Every format
| HEX | #deee9b |
| RGB | rgb(222, 238, 155) |
| HSL | hsl(72, 71%, 77%) |
| CMYK | cmyk(7%, 0%, 35%, 7%) |
| LAB | lab(91.3 -18.2 38.5) |
| LCH | lch(91.3 42.5 115.3) |
| OKLCH | oklch(0.918 0.107 117.4) |
Copy-ready code
/* CSS */
color: #deee9b;
background-color: #deee9b;
/* Tailwind (arbitrary) */
class="text-[#deee9b] bg-[#deee9b]"
/* SCSS */
$brand: #deee9b;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.608)
/* Android */
Color.parseColor("#deee9b")Accessibility — WCAG contrast
Aa
#deee9b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee9b on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue60.8%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow34.9%
Key (black)6.7%
Color previews
#deee9b text on a black background
contrast 16.81:1
Card sample
#deee9b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee9b;
Background color
Panel with #deee9b background
background-color: #deee9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee9b; background: linear-gradient(135deg, #deee9b, #A7EE9B);