#daebfd
a pale, electric blue · cool · closest name: lavender
RGB
218, 235, 253
HSL
211°, 90%, 92%
CMYK
14, 7, 0, 1
Luminance
0.8141
Every format
| HEX | #daebfd |
| RGB | rgb(218, 235, 253) |
| HSL | hsl(211, 90%, 92%) |
| CMYK | cmyk(14%, 7%, 0%, 1%) |
| LAB | lab(92.3 -2.1 -10.6) |
| LCH | lch(92.3 10.8 258.8) |
| OKLCH | oklch(0.933 0.030 249.7) |
Copy-ready code
/* CSS */
color: #daebfd;
background-color: #daebfd;
/* Tailwind (arbitrary) */
class="text-[#daebfd] bg-[#daebfd]"
/* SCSS */
$brand: #daebfd;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#daebfd")Accessibility — WCAG contrast
Aa
#daebfd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daebfd on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue99.2%
CMYK percentages
Cyan13.8%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#daebfd text on a black background
contrast 17.28:1
Card sample
#daebfd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daebfd;
Background color
Panel with #daebfd background
background-color: #daebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daebfd; background: linear-gradient(135deg, #daebfd, #E1DAFD);