#dbc9f5
a pale, vivid violet · warm · closest name: lavender
RGB
219, 201, 245
HSL
265°, 69%, 88%
CMYK
11, 18, 0, 4
Luminance
0.6343
Every format
| HEX | #dbc9f5 |
| RGB | rgb(219, 201, 245) |
| HSL | hsl(265, 69%, 88%) |
| CMYK | cmyk(11%, 18%, 0%, 4%) |
| LAB | lab(83.7 14.5 -19.3) |
| LCH | lch(83.7 24.1 306.8) |
| OKLCH | oklch(0.865 0.063 303.7) |
Copy-ready code
/* CSS */
color: #dbc9f5;
background-color: #dbc9f5;
/* Tailwind (arbitrary) */
class="text-[#dbc9f5] bg-[#dbc9f5]"
/* SCSS */
$brand: #dbc9f5;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.961)
/* Android */
Color.parseColor("#dbc9f5")Accessibility — WCAG contrast
Aa
#dbc9f5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9f5 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue96.1%
CMYK percentages
Cyan10.6%
Magenta18.0%
Yellow0.0%
Key (black)3.9%
Color previews
#dbc9f5 text on a black background
contrast 13.69:1
Card sample
#dbc9f5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9f5;
Background color
Panel with #dbc9f5 background
background-color: #dbc9f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9f5; background: linear-gradient(135deg, #dbc9f5, #F5C9F2);