#dbc9f4
a pale, vivid violet · warm · closest name: lavender
RGB
219, 201, 244
HSL
265°, 66%, 87%
CMYK
10, 18, 0, 4
Luminance
0.6337
Every format
| HEX | #dbc9f4 |
| RGB | rgb(219, 201, 244) |
| HSL | hsl(265, 66%, 87%) |
| CMYK | cmyk(10%, 18%, 0%, 4%) |
| LAB | lab(83.6 14.3 -18.9) |
| LCH | lch(83.6 23.6 307.1) |
| OKLCH | oklch(0.864 0.062 304.1) |
Copy-ready code
/* CSS */
color: #dbc9f4;
background-color: #dbc9f4;
/* Tailwind (arbitrary) */
class="text-[#dbc9f4] bg-[#dbc9f4]"
/* SCSS */
$brand: #dbc9f4;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.957)
/* Android */
Color.parseColor("#dbc9f4")Accessibility — WCAG contrast
Aa
#dbc9f4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9f4 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta17.6%
Yellow0.0%
Key (black)4.3%
Color previews
#dbc9f4 text on a black background
contrast 13.67:1
Card sample
#dbc9f4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9f4;
Background color
Panel with #dbc9f4 background
background-color: #dbc9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9f4; background: linear-gradient(135deg, #dbc9f4, #F4C9F0);