#dbdceb
a pale, soft blue · warm · closest name: lavender
RGB
219, 220, 235
HSL
236°, 29%, 89%
CMYK
7, 6, 0, 8
Luminance
0.7224
Every format
| HEX | #dbdceb |
| RGB | rgb(219, 220, 235) |
| HSL | hsl(236, 29%, 89%) |
| CMYK | cmyk(7%, 6%, 0%, 8%) |
| LAB | lab(88.1 2.5 -7.4) |
| LCH | lch(88.1 7.8 288.2) |
| OKLCH | oklch(0.898 0.020 282.9) |
Copy-ready code
/* CSS */
color: #dbdceb;
background-color: #dbdceb;
/* Tailwind (arbitrary) */
class="text-[#dbdceb] bg-[#dbdceb]"
/* SCSS */
$brand: #dbdceb;
/* SwiftUI */
Color(red: 0.859, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#dbdceb")Accessibility — WCAG contrast
Aa
#dbdceb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdceb on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.3%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#dbdceb text on a black background
contrast 15.45:1
Card sample
#dbdceb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdceb;
Background color
Panel with #dbdceb background
background-color: #dbdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdceb; background: linear-gradient(135deg, #dbdceb, #E5DBEB);