#dadef7
a pale, vivid blue · warm · closest name: lavender
RGB
218, 222, 247
HSL
232°, 64%, 91%
CMYK
12, 10, 0, 3
Luminance
0.7386
Every format
| HEX | #dadef7 |
| RGB | rgb(218, 222, 247) |
| HSL | hsl(232, 64%, 91%) |
| CMYK | cmyk(12%, 10%, 0%, 3%) |
| LAB | lab(88.9 3.4 -12.6) |
| LCH | lch(88.9 13.1 285.3) |
| OKLCH | oklch(0.905 0.034 278.5) |
Copy-ready code
/* CSS */
color: #dadef7;
background-color: #dadef7;
/* Tailwind (arbitrary) */
class="text-[#dadef7] bg-[#dadef7]"
/* SCSS */
$brand: #dadef7;
/* SwiftUI */
Color(red: 0.855, green: 0.871, blue: 0.969)
/* Android */
Color.parseColor("#dadef7")Accessibility — WCAG contrast
Aa
#dadef7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadef7 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.1%
Blue96.9%
CMYK percentages
Cyan11.7%
Magenta10.1%
Yellow0.0%
Key (black)3.1%
Color previews
#dadef7 text on a black background
contrast 15.77:1
Card sample
#dadef7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadef7;
Background color
Panel with #dadef7 background
background-color: #dadef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 222, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 222, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadef7; background: linear-gradient(135deg, #dadef7, #E9DAF7);