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