#dbcceb
a pale, soft violet · warm · closest name: lavender
RGB
219, 204, 235
HSL
269°, 44%, 86%
CMYK
7, 13, 0, 8
Luminance
0.6424
Every format
| HEX | #dbcceb |
| RGB | rgb(219, 204, 235) |
| HSL | hsl(269, 44%, 86%) |
| CMYK | cmyk(7%, 13%, 0%, 8%) |
| LAB | lab(84.1 10.9 -13.4) |
| LCH | lch(84.1 17.3 309.1) |
| OKLCH | oklch(0.867 0.045 307.2) |
Copy-ready code
/* CSS */
color: #dbcceb;
background-color: #dbcceb;
/* Tailwind (arbitrary) */
class="text-[#dbcceb] bg-[#dbcceb]"
/* SCSS */
$brand: #dbcceb;
/* SwiftUI */
Color(red: 0.859, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#dbcceb")Accessibility — WCAG contrast
Aa
#dbcceb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcceb on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#dbcceb text on a black background
contrast 13.85:1
Card sample
#dbcceb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcceb;
Background color
Panel with #dbcceb background
background-color: #dbcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcceb; background: linear-gradient(135deg, #dbcceb, #EBCCE6);