#dbc9fb
a pale, electric violet · warm · closest name: lavender
RGB
219, 201, 251
HSL
262°, 86%, 89%
CMYK
13, 20, 0, 2
Luminance
0.6380
Every format
| HEX | #dbc9fb |
| RGB | rgb(219, 201, 251) |
| HSL | hsl(262, 86%, 89%) |
| CMYK | cmyk(13%, 20%, 0%, 2%) |
| LAB | lab(83.9 15.7 -22.2) |
| LCH | lch(83.9 27.2 305.2) |
| OKLCH | oklch(0.867 0.071 301.4) |
Copy-ready code
/* CSS */
color: #dbc9fb;
background-color: #dbc9fb;
/* Tailwind (arbitrary) */
class="text-[#dbc9fb] bg-[#dbc9fb]"
/* SCSS */
$brand: #dbc9fb;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.984)
/* Android */
Color.parseColor("#dbc9fb")Accessibility — WCAG contrast
Aa
#dbc9fb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9fb on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta19.9%
Yellow0.0%
Key (black)1.6%
Color previews
#dbc9fb text on a black background
contrast 13.76:1
Card sample
#dbc9fb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9fb;
Background color
Panel with #dbc9fb background
background-color: #dbc9fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9fb; background: linear-gradient(135deg, #dbc9fb, #FBC9FA);