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