#dbdafc
a pale, electric blue · warm · closest name: lavender
RGB
219, 218, 252
HSL
242°, 85%, 92%
CMYK
13, 14, 0, 1
Luminance
0.7223
Every format
| HEX | #dbdafc |
| RGB | rgb(219, 218, 252) |
| HSL | hsl(242, 85%, 92%) |
| CMYK | cmyk(13%, 14%, 0%, 1%) |
| LAB | lab(88.1 6.9 -16.4) |
| LCH | lch(88.1 17.8 292.7) |
| OKLCH | oklch(0.900 0.046 286.8) |
Copy-ready code
/* CSS */
color: #dbdafc;
background-color: #dbdafc;
/* Tailwind (arbitrary) */
class="text-[#dbdafc] bg-[#dbdafc]"
/* SCSS */
$brand: #dbdafc;
/* SwiftUI */
Color(red: 0.859, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#dbdafc")Accessibility — WCAG contrast
Aa
#dbdafc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdafc on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green85.5%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#dbdafc text on a black background
contrast 15.45:1
Card sample
#dbdafc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdafc;
Background color
Panel with #dbdafc background
background-color: #dbdafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdafc; background: linear-gradient(135deg, #dbdafc, #F2DAFC);