#dadfe2
a pale, muted blue · cool · closest name: lavender
RGB
218, 223, 226
HSL
203°, 12%, 87%
CMYK
4, 1, 0, 11
Luminance
0.7317
Every format
| HEX | #dadfe2 |
| RGB | rgb(218, 223, 226) |
| HSL | hsl(203, 12%, 87%) |
| CMYK | cmyk(4%, 1%, 0%, 11%) |
| LAB | lab(88.5 -1.1 -2.0) |
| LCH | lch(88.5 2.3 241.1) |
| OKLCH | oklch(0.901 0.007 233.6) |
Copy-ready code
/* CSS */
color: #dadfe2;
background-color: #dadfe2;
/* Tailwind (arbitrary) */
class="text-[#dadfe2] bg-[#dadfe2]"
/* SCSS */
$brand: #dadfe2;
/* SwiftUI */
Color(red: 0.855, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#dadfe2")Accessibility — WCAG contrast
Aa
#dadfe2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadfe2 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.5%
Blue88.6%
CMYK percentages
Cyan3.5%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#dadfe2 text on a black background
contrast 15.63:1
Card sample
#dadfe2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadfe2;
Background color
Panel with #dadfe2 background
background-color: #dadfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadfe2; background: linear-gradient(135deg, #dadfe2, #DADAE2);