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