#dadef3
a pale, vivid blue · warm · closest name: lavender
RGB
218, 222, 243
HSL
230°, 51%, 90%
CMYK
10, 9, 0, 5
Luminance
0.7362
Every format
| HEX | #dadef3 |
| RGB | rgb(218, 222, 243) |
| HSL | hsl(230, 51%, 90%) |
| CMYK | cmyk(10%, 9%, 0%, 5%) |
| LAB | lab(88.7 2.6 -10.7) |
| LCH | lch(88.7 11.0 283.9) |
| OKLCH | oklch(0.904 0.029 277.2) |
Copy-ready code
/* CSS */
color: #dadef3;
background-color: #dadef3;
/* Tailwind (arbitrary) */
class="text-[#dadef3] bg-[#dadef3]"
/* SCSS */
$brand: #dadef3;
/* SwiftUI */
Color(red: 0.855, green: 0.871, blue: 0.953)
/* Android */
Color.parseColor("#dadef3")Accessibility — WCAG contrast
Aa
#dadef3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadef3 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.1%
Blue95.3%
CMYK percentages
Cyan10.3%
Magenta8.6%
Yellow0.0%
Key (black)4.7%
Color previews
#dadef3 text on a black background
contrast 15.72:1
Card sample
#dadef3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadef3;
Background color
Panel with #dadef3 background
background-color: #dadef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 222, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 222, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadef3; background: linear-gradient(135deg, #dadef3, #E7DAF3);