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