#dbdfeb
a pale, soft blue · warm · closest name: lavender
RGB
219, 223, 235
HSL
225°, 29%, 89%
CMYK
7, 5, 0, 8
Luminance
0.7383
Every format
| HEX | #dbdfeb |
| RGB | rgb(219, 223, 235) |
| HSL | hsl(225, 29%, 89%) |
| CMYK | cmyk(7%, 5%, 0%, 8%) |
| LAB | lab(88.8 0.9 -6.3) |
| LCH | lch(88.8 6.4 278.0) |
| OKLCH | oklch(0.904 0.017 271.2) |
Copy-ready code
/* CSS */
color: #dbdfeb;
background-color: #dbdfeb;
/* Tailwind (arbitrary) */
class="text-[#dbdfeb] bg-[#dbdfeb]"
/* SCSS */
$brand: #dbdfeb;
/* SwiftUI */
Color(red: 0.859, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#dbdfeb")Accessibility — WCAG contrast
Aa
#dbdfeb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdfeb on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green87.5%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#dbdfeb text on a black background
contrast 15.77:1
Card sample
#dbdfeb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdfeb;
Background color
Panel with #dbdfeb background
background-color: #dbdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdfeb; background: linear-gradient(135deg, #dbdfeb, #E2DBEB);