#dae2f1
a pale, vivid blue · cool · closest name: lavender
RGB
218, 226, 241
HSL
219°, 45%, 90%
CMYK
10, 6, 0, 6
Luminance
0.7565
Every format
| HEX | #dae2f1 |
| RGB | rgb(218, 226, 241) |
| HSL | hsl(219, 45%, 90%) |
| CMYK | cmyk(10%, 6%, 0%, 6%) |
| LAB | lab(89.7 0.2 -8.2) |
| LCH | lch(89.7 8.2 271.2) |
| OKLCH | oklch(0.911 0.022 263.2) |
Copy-ready code
/* CSS */
color: #dae2f1;
background-color: #dae2f1;
/* Tailwind (arbitrary) */
class="text-[#dae2f1] bg-[#dae2f1]"
/* SCSS */
$brand: #dae2f1;
/* SwiftUI */
Color(red: 0.855, green: 0.886, blue: 0.945)
/* Android */
Color.parseColor("#dae2f1")Accessibility — WCAG contrast
Aa
#dae2f1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dae2f1 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green88.6%
Blue94.5%
CMYK percentages
Cyan9.5%
Magenta6.2%
Yellow0.0%
Key (black)5.5%
Color previews
#dae2f1 text on a black background
contrast 16.13:1
Card sample
#dae2f1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dae2f1;
Background color
Panel with #dae2f1 background
background-color: #dae2f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dae2f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 226, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 226, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dae2f1; background: linear-gradient(135deg, #dae2f1, #E1DAF1);