#dbeee2
a pale, soft green · cool · closest name: ivory
RGB
219, 238, 226
HSL
142°, 36%, 90%
CMYK
8, 0, 5, 7
Luminance
0.8170
Every format
| HEX | #dbeee2 |
| RGB | rgb(219, 238, 226) |
| HSL | hsl(142, 36%, 90%) |
| CMYK | cmyk(8%, 0%, 5%, 7%) |
| LAB | lab(92.4 -8.5 3.7) |
| LCH | lch(92.4 9.2 156.6) |
| OKLCH | oklch(0.932 0.026 158.2) |
Copy-ready code
/* CSS */
color: #dbeee2;
background-color: #dbeee2;
/* Tailwind (arbitrary) */
class="text-[#dbeee2] bg-[#dbeee2]"
/* SCSS */
$brand: #dbeee2;
/* SwiftUI */
Color(red: 0.859, green: 0.933, blue: 0.886)
/* Android */
Color.parseColor("#dbeee2")Accessibility — WCAG contrast
Aa
#dbeee2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeee2 on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green93.3%
Blue88.6%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow5.0%
Key (black)6.7%
Color previews
#dbeee2 text on a black background
contrast 17.34:1
Card sample
#dbeee2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeee2;
Background color
Panel with #dbeee2 background
background-color: #dbeee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 238, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 238, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeee2; background: linear-gradient(135deg, #dbeee2, #DBEDEE);