#deeebb
a light, vivid green · cool · closest name: beige
RGB
222, 238, 187
HSL
79°, 60%, 83%
CMYK
7, 0, 21, 7
Luminance
0.8027
Every format
| HEX | #deeebb |
| RGB | rgb(222, 238, 187) |
| HSL | hsl(79, 60%, 83%) |
| CMYK | cmyk(7%, 0%, 21%, 7%) |
| LAB | lab(91.8 -13.9 23.0) |
| LCH | lch(91.8 26.8 121.1) |
| OKLCH | oklch(0.924 0.069 121.9) |
Copy-ready code
/* CSS */
color: #deeebb;
background-color: #deeebb;
/* Tailwind (arbitrary) */
class="text-[#deeebb] bg-[#deeebb]"
/* SCSS */
$brand: #deeebb;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.733)
/* Android */
Color.parseColor("#deeebb")Accessibility — WCAG contrast
Aa
#deeebb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeebb on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue73.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow21.4%
Key (black)6.7%
Color previews
#deeebb text on a black background
contrast 17.05:1
Card sample
#deeebb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeebb;
Background color
Panel with #deeebb background
background-color: #deeebb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeebb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeebb; background: linear-gradient(135deg, #deeebb, #BCEEBB);