#dae2eb
a pale, soft blue · cool · closest name: lavender
RGB
218, 226, 235
HSL
212°, 30%, 89%
CMYK
7, 4, 0, 8
Luminance
0.7530
Every format
| HEX | #dae2eb |
| RGB | rgb(218, 226, 235) |
| HSL | hsl(212, 30%, 89%) |
| CMYK | cmyk(7%, 4%, 0%, 8%) |
| LAB | lab(89.5 -1.0 -5.3) |
| LCH | lch(89.5 5.4 259.4) |
| OKLCH | oklch(0.909 0.015 251.2) |
Copy-ready code
/* CSS */
color: #dae2eb;
background-color: #dae2eb;
/* Tailwind (arbitrary) */
class="text-[#dae2eb] bg-[#dae2eb]"
/* SCSS */
$brand: #dae2eb;
/* SwiftUI */
Color(red: 0.855, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#dae2eb")Accessibility — WCAG contrast
Aa
#dae2eb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dae2eb on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green88.6%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#dae2eb text on a black background
contrast 16.06:1
Card sample
#dae2eb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dae2eb;
Background color
Panel with #dae2eb background
background-color: #dae2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dae2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dae2eb; background: linear-gradient(135deg, #dae2eb, #DDDAEB);