#dbc9fc
a pale, electric violet · warm · closest name: lavender
RGB
219, 201, 252
HSL
261°, 90%, 89%
CMYK
13, 20, 0, 1
Luminance
0.6386
Every format
| HEX | #dbc9fc |
| RGB | rgb(219, 201, 252) |
| HSL | hsl(261, 90%, 89%) |
| CMYK | cmyk(13%, 20%, 0%, 1%) |
| LAB | lab(83.9 15.9 -22.7) |
| LCH | lch(83.9 27.7 305.0) |
| OKLCH | oklch(0.867 0.072 301.0) |
Copy-ready code
/* CSS */
color: #dbc9fc;
background-color: #dbc9fc;
/* Tailwind (arbitrary) */
class="text-[#dbc9fc] bg-[#dbc9fc]"
/* SCSS */
$brand: #dbc9fc;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#dbc9fc")Accessibility — WCAG contrast
Aa
#dbc9fc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9fc on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#dbc9fc text on a black background
contrast 13.77:1
Card sample
#dbc9fc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9fc;
Background color
Panel with #dbc9fc background
background-color: #dbc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9fc; background: linear-gradient(135deg, #dbc9fc, #FCC9FB);