#dbcef1
a pale, vivid violet · warm · closest name: lavender
RGB
219, 206, 241
HSL
262°, 56%, 88%
CMYK
9, 15, 0, 6
Luminance
0.6555
Every format
| HEX | #dbcef1 |
| RGB | rgb(219, 206, 241) |
| HSL | hsl(262, 56%, 88%) |
| CMYK | cmyk(9%, 15%, 0%, 6%) |
| LAB | lab(84.8 11.0 -15.6) |
| LCH | lch(84.8 19.1 305.2) |
| OKLCH | oklch(0.873 0.050 302.3) |
Copy-ready code
/* CSS */
color: #dbcef1;
background-color: #dbcef1;
/* Tailwind (arbitrary) */
class="text-[#dbcef1] bg-[#dbcef1]"
/* SCSS */
$brand: #dbcef1;
/* SwiftUI */
Color(red: 0.859, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#dbcef1")Accessibility — WCAG contrast
Aa
#dbcef1 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcef1 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.8%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#dbcef1 text on a black background
contrast 14.11:1
Card sample
#dbcef1 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcef1;
Background color
Panel with #dbcef1 background
background-color: #dbcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcef1; background: linear-gradient(135deg, #dbcef1, #F1CEF0);