#dadce2
a pale, muted blue · warm · closest name: lavender
RGB
218, 220, 226
HSL
225°, 12%, 87%
CMYK
4, 3, 0, 11
Luminance
0.7158
Every format
| HEX | #dadce2 |
| RGB | rgb(218, 220, 226) |
| HSL | hsl(225, 12%, 87%) |
| CMYK | cmyk(4%, 3%, 0%, 11%) |
| LAB | lab(87.8 0.4 -3.2) |
| LCH | lch(87.8 3.2 277.7) |
| OKLCH | oklch(0.895 0.009 271.3) |
Copy-ready code
/* CSS */
color: #dadce2;
background-color: #dadce2;
/* Tailwind (arbitrary) */
class="text-[#dadce2] bg-[#dadce2]"
/* SCSS */
$brand: #dadce2;
/* SwiftUI */
Color(red: 0.855, green: 0.863, blue: 0.886)
/* Android */
Color.parseColor("#dadce2")Accessibility — WCAG contrast
Aa
#dadce2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadce2 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green86.3%
Blue88.6%
CMYK percentages
Cyan3.5%
Magenta2.7%
Yellow0.0%
Key (black)11.4%
Color previews
#dadce2 text on a black background
contrast 15.32:1
Card sample
#dadce2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadce2;
Background color
Panel with #dadce2 background
background-color: #dadce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 220, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 220, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadce2; background: linear-gradient(135deg, #dadce2, #DDDAE2);