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