#dbc9f8
a pale, electric violet · warm · closest name: lavender
RGB
219, 201, 248
HSL
263°, 77%, 88%
CMYK
12, 19, 0, 3
Luminance
0.6361
Every format
| HEX | #dbc9f8 |
| RGB | rgb(219, 201, 248) |
| HSL | hsl(263, 77%, 88%) |
| CMYK | cmyk(12%, 19%, 0%, 3%) |
| LAB | lab(83.8 15.1 -20.8) |
| LCH | lch(83.8 25.7 305.9) |
| OKLCH | oklch(0.866 0.067 302.5) |
Copy-ready code
/* CSS */
color: #dbc9f8;
background-color: #dbc9f8;
/* Tailwind (arbitrary) */
class="text-[#dbc9f8] bg-[#dbc9f8]"
/* SCSS */
$brand: #dbc9f8;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.973)
/* Android */
Color.parseColor("#dbc9f8")Accessibility — WCAG contrast
Aa
#dbc9f8 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9f8 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue97.3%
CMYK percentages
Cyan11.7%
Magenta19.0%
Yellow0.0%
Key (black)2.7%
Color previews
#dbc9f8 text on a black background
contrast 13.72:1
Card sample
#dbc9f8 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9f8;
Background color
Panel with #dbc9f8 background
background-color: #dbc9f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9f8; background: linear-gradient(135deg, #dbc9f8, #F8C9F6);