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