#deeebf
a light, vivid green · cool · closest name: beige
RGB
222, 238, 191
HSL
80°, 58%, 84%
CMYK
7, 0, 20, 7
Luminance
0.8044
Every format
| HEX | #deeebf |
| RGB | rgb(222, 238, 191) |
| HSL | hsl(80, 58%, 84%) |
| CMYK | cmyk(7%, 0%, 20%, 7%) |
| LAB | lab(91.9 -13.3 21.0) |
| LCH | lch(91.9 24.9 122.2) |
| OKLCH | oklch(0.925 0.064 122.9) |
Copy-ready code
/* CSS */
color: #deeebf;
background-color: #deeebf;
/* Tailwind (arbitrary) */
class="text-[#deeebf] bg-[#deeebf]"
/* SCSS */
$brand: #deeebf;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.749)
/* Android */
Color.parseColor("#deeebf")Accessibility — WCAG contrast
Aa
#deeebf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeebf on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue74.9%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow19.7%
Key (black)6.7%
Color previews
#deeebf text on a black background
contrast 17.09:1
Card sample
#deeebf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeebf;
Background color
Panel with #deeebf background
background-color: #deeebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeebf; background: linear-gradient(135deg, #deeebf, #BFEEBF);