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