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