#dbccfb
a pale, electric violet · warm · closest name: lavender
RGB
219, 204, 251
HSL
259°, 86%, 89%
CMYK
13, 19, 0, 2
Luminance
0.6521
Every format
| HEX | #dbccfb |
| RGB | rgb(219, 204, 251) |
| HSL | hsl(259, 86%, 89%) |
| CMYK | cmyk(13%, 19%, 0%, 2%) |
| LAB | lab(84.6 14.1 -21.1) |
| LCH | lch(84.6 25.4 303.7) |
| OKLCH | oklch(0.873 0.066 299.6) |
Copy-ready code
/* CSS */
color: #dbccfb;
background-color: #dbccfb;
/* Tailwind (arbitrary) */
class="text-[#dbccfb] bg-[#dbccfb]"
/* SCSS */
$brand: #dbccfb;
/* SwiftUI */
Color(red: 0.859, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#dbccfb")Accessibility — WCAG contrast
Aa
#dbccfb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbccfb on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.0%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#dbccfb text on a black background
contrast 14.04:1
Card sample
#dbccfb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbccfb;
Background color
Panel with #dbccfb background
background-color: #dbccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbccfb; background: linear-gradient(135deg, #dbccfb, #FACCFB);