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