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