#daddfe
a pale, electric blue · warm · closest name: lavender
RGB
218, 221, 254
HSL
235°, 95%, 93%
CMYK
14, 13, 0, 0
Luminance
0.7377
Every format
| HEX | #daddfe |
| RGB | rgb(218, 221, 254) |
| HSL | hsl(235, 95%, 93%) |
| CMYK | cmyk(14%, 13%, 0%, 0%) |
| LAB | lab(88.8 5.4 -16.4) |
| LCH | lch(88.8 17.2 288.2) |
| OKLCH | oklch(0.905 0.045 281.3) |
Copy-ready code
/* CSS */
color: #daddfe;
background-color: #daddfe;
/* Tailwind (arbitrary) */
class="text-[#daddfe] bg-[#daddfe]"
/* SCSS */
$brand: #daddfe;
/* SwiftUI */
Color(red: 0.855, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#daddfe")Accessibility — WCAG contrast
Aa
#daddfe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daddfe on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green86.7%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#daddfe text on a black background
contrast 15.75:1
Card sample
#daddfe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daddfe;
Background color
Panel with #daddfe background
background-color: #daddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daddfe; background: linear-gradient(135deg, #daddfe, #EFDAFE);