#dbe2e9
a pale, soft blue · cool · closest name: lavender
RGB
219, 226, 233
HSL
210°, 24%, 89%
CMYK
6, 3, 0, 9
Luminance
0.7534
Every format
| HEX | #dbe2e9 |
| RGB | rgb(219, 226, 233) |
| HSL | hsl(210, 24%, 89%) |
| CMYK | cmyk(6%, 3%, 0%, 9%) |
| LAB | lab(89.5 -1.0 -4.2) |
| LCH | lch(89.5 4.3 256.2) |
| OKLCH | oklch(0.909 0.012 248.0) |
Copy-ready code
/* CSS */
color: #dbe2e9;
background-color: #dbe2e9;
/* Tailwind (arbitrary) */
class="text-[#dbe2e9] bg-[#dbe2e9]"
/* SCSS */
$brand: #dbe2e9;
/* SwiftUI */
Color(red: 0.859, green: 0.886, blue: 0.914)
/* Android */
Color.parseColor("#dbe2e9")Accessibility — WCAG contrast
Aa
#dbe2e9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe2e9 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green88.6%
Blue91.4%
CMYK percentages
Cyan6.0%
Magenta3.0%
Yellow0.0%
Key (black)8.6%
Color previews
#dbe2e9 text on a black background
contrast 16.07:1
Card sample
#dbe2e9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe2e9;
Background color
Panel with #dbe2e9 background
background-color: #dbe2e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe2e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 226, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 226, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe2e9; background: linear-gradient(135deg, #dbe2e9, #DDDBE9);