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