#dbd2fe
a pale, electric blue · warm · closest name: lavender
RGB
219, 210, 254
HSL
252°, 96%, 91%
CMYK
14, 17, 0, 0
Luminance
0.6831
Every format
| HEX | #dbd2fe |
| RGB | rgb(219, 210, 254) |
| HSL | hsl(252, 96%, 91%) |
| CMYK | cmyk(14%, 17%, 0%, 0%) |
| LAB | lab(86.2 11.5 -20.3) |
| LCH | lch(86.2 23.4 299.5) |
| OKLCH | oklch(0.885 0.061 294.5) |
Copy-ready code
/* CSS */
color: #dbd2fe;
background-color: #dbd2fe;
/* Tailwind (arbitrary) */
class="text-[#dbd2fe] bg-[#dbd2fe]"
/* SCSS */
$brand: #dbd2fe;
/* SwiftUI */
Color(red: 0.859, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#dbd2fe")Accessibility — WCAG contrast
Aa
#dbd2fe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd2fe on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green82.4%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dbd2fe text on a black background
contrast 14.66:1
Card sample
#dbd2fe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd2fe;
Background color
Panel with #dbd2fe background
background-color: #dbd2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd2fe; background: linear-gradient(135deg, #dbd2fe, #F8D2FE);