#dadef4
a pale, vivid blue · warm · closest name: lavender
RGB
218, 222, 244
HSL
231°, 54%, 91%
CMYK
11, 9, 0, 4
Luminance
0.7368
Every format
| HEX | #dadef4 |
| RGB | rgb(218, 222, 244) |
| HSL | hsl(231, 54%, 91%) |
| CMYK | cmyk(11%, 9%, 0%, 4%) |
| LAB | lab(88.8 2.8 -11.2) |
| LCH | lch(88.8 11.5 284.3) |
| OKLCH | oklch(0.904 0.030 277.6) |
Copy-ready code
/* CSS */
color: #dadef4;
background-color: #dadef4;
/* Tailwind (arbitrary) */
class="text-[#dadef4] bg-[#dadef4]"
/* SCSS */
$brand: #dadef4;
/* SwiftUI */
Color(red: 0.855, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#dadef4")Accessibility — WCAG contrast
Aa
#dadef4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadef4 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.1%
Blue95.7%
CMYK percentages
Cyan10.7%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#dadef4 text on a black background
contrast 15.74:1
Card sample
#dadef4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadef4;
Background color
Panel with #dadef4 background
background-color: #dadef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadef4; background: linear-gradient(135deg, #dadef4, #E7DAF4);