#dadeff
a pale, electric blue · warm · closest name: lavender
RGB
218, 222, 255
HSL
234°, 100%, 93%
CMYK
15, 13, 0, 0
Luminance
0.7437
Every format
| HEX | #dadeff |
| RGB | rgb(218, 222, 255) |
| HSL | hsl(234, 100%, 93%) |
| CMYK | cmyk(15%, 13%, 0%, 0%) |
| LAB | lab(89.1 5.1 -16.4) |
| LCH | lch(89.1 17.2 287.1) |
| OKLCH | oklch(0.908 0.045 280.0) |
Copy-ready code
/* CSS */
color: #dadeff;
background-color: #dadeff;
/* Tailwind (arbitrary) */
class="text-[#dadeff] bg-[#dadeff]"
/* SCSS */
$brand: #dadeff;
/* SwiftUI */
Color(red: 0.855, green: 0.871, blue: 1.000)
/* Android */
Color.parseColor("#dadeff")Accessibility — WCAG contrast
Aa
#dadeff on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadeff on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.1%
Blue100.0%
CMYK percentages
Cyan14.5%
Magenta12.9%
Yellow0.0%
Key (black)0.0%
Color previews
#dadeff text on a black background
contrast 15.87:1
Card sample
#dadeff text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadeff;
Background color
Panel with #dadeff background
background-color: #dadeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 222, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 222, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadeff; background: linear-gradient(135deg, #dadeff, #EFDAFF);