#dbcafe
a pale, electric violet · warm · closest name: lavender
RGB
219, 202, 254
HSL
260°, 96%, 89%
CMYK
14, 21, 0, 0
Luminance
0.6446
Every format
| HEX | #dbcafe |
| RGB | rgb(219, 202, 254) |
| HSL | hsl(260, 96%, 89%) |
| CMYK | cmyk(14%, 21%, 0%, 0%) |
| LAB | lab(84.2 15.8 -23.3) |
| LCH | lch(84.2 28.1 304.1) |
| OKLCH | oklch(0.870 0.073 299.8) |
Copy-ready code
/* CSS */
color: #dbcafe;
background-color: #dbcafe;
/* Tailwind (arbitrary) */
class="text-[#dbcafe] bg-[#dbcafe]"
/* SCSS */
$brand: #dbcafe;
/* SwiftUI */
Color(red: 0.859, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#dbcafe")Accessibility — WCAG contrast
Aa
#dbcafe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcafe on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.2%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#dbcafe text on a black background
contrast 13.89:1
Card sample
#dbcafe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcafe;
Background color
Panel with #dbcafe background
background-color: #dbcafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcafe; background: linear-gradient(135deg, #dbcafe, #FECAFE);