#dbc9f1
a pale, vivid violet · warm · closest name: lavender
RGB
219, 201, 241
HSL
267°, 59%, 87%
CMYK
9, 17, 0, 6
Luminance
0.6318
Every format
| HEX | #dbc9f1 |
| RGB | rgb(219, 201, 241) |
| HSL | hsl(267, 59%, 87%) |
| CMYK | cmyk(9%, 17%, 0%, 6%) |
| LAB | lab(83.5 13.7 -17.4) |
| LCH | lch(83.5 22.1 308.1) |
| OKLCH | oklch(0.863 0.058 305.6) |
Copy-ready code
/* CSS */
color: #dbc9f1;
background-color: #dbc9f1;
/* Tailwind (arbitrary) */
class="text-[#dbc9f1] bg-[#dbc9f1]"
/* SCSS */
$brand: #dbc9f1;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.945)
/* Android */
Color.parseColor("#dbc9f1")Accessibility — WCAG contrast
Aa
#dbc9f1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9f1 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta16.6%
Yellow0.0%
Key (black)5.5%
Color previews
#dbc9f1 text on a black background
contrast 13.64:1
Card sample
#dbc9f1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9f1;
Background color
Panel with #dbc9f1 background
background-color: #dbc9f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9f1; background: linear-gradient(135deg, #dbc9f1, #F1C9EC);