#dbcbdf
a light, soft violet · warm · closest name: lavender
RGB
219, 203, 223
HSL
288°, 24%, 84%
CMYK
2, 9, 0, 13
Luminance
0.6310
Every format
| HEX | #dbcbdf |
| RGB | rgb(219, 203, 223) |
| HSL | hsl(288, 24%, 84%) |
| CMYK | cmyk(2%, 9%, 0%, 13%) |
| LAB | lab(83.5 9.1 -7.9) |
| LCH | lch(83.5 12.1 319.2) |
| OKLCH | oklch(0.861 0.032 319.5) |
Copy-ready code
/* CSS */
color: #dbcbdf;
background-color: #dbcbdf;
/* Tailwind (arbitrary) */
class="text-[#dbcbdf] bg-[#dbcbdf]"
/* SCSS */
$brand: #dbcbdf;
/* SwiftUI */
Color(red: 0.859, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#dbcbdf")Accessibility — WCAG contrast
Aa
#dbcbdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcbdf on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.6%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#dbcbdf text on a black background
contrast 13.62:1
Card sample
#dbcbdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcbdf;
Background color
Panel with #dbcbdf background
background-color: #dbcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcbdf; background: linear-gradient(135deg, #dbcbdf, #DFCBD6);