#dadbf1
a pale, vivid blue · warm · closest name: lavender
RGB
218, 219, 241
HSL
237°, 45%, 90%
CMYK
10, 9, 0, 6
Luminance
0.7192
Every format
| HEX | #dadbf1 |
| RGB | rgb(218, 219, 241) |
| HSL | hsl(237, 45%, 90%) |
| CMYK | cmyk(10%, 9%, 0%, 6%) |
| LAB | lab(87.9 3.8 -10.8) |
| LCH | lch(87.9 11.5 289.4) |
| OKLCH | oklch(0.897 0.030 283.7) |
Copy-ready code
/* CSS */
color: #dadbf1;
background-color: #dadbf1;
/* Tailwind (arbitrary) */
class="text-[#dadbf1] bg-[#dadbf1]"
/* SCSS */
$brand: #dadbf1;
/* SwiftUI */
Color(red: 0.855, green: 0.859, blue: 0.945)
/* Android */
Color.parseColor("#dadbf1")Accessibility — WCAG contrast
Aa
#dadbf1 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadbf1 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green85.9%
Blue94.5%
CMYK percentages
Cyan9.5%
Magenta9.1%
Yellow0.0%
Key (black)5.5%
Color previews
#dadbf1 text on a black background
contrast 15.38:1
Card sample
#dadbf1 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadbf1;
Background color
Panel with #dadbf1 background
background-color: #dadbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 219, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 219, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadbf1; background: linear-gradient(135deg, #dadbf1, #E8DAF1);