#daecfe
a pale, electric blue · cool · closest name: lavender
RGB
218, 236, 254
HSL
210°, 95%, 93%
CMYK
14, 7, 0, 0
Luminance
0.8205
Every format
| HEX | #daecfe |
| RGB | rgb(218, 236, 254) |
| HSL | hsl(210, 95%, 93%) |
| CMYK | cmyk(14%, 7%, 0%, 0%) |
| LAB | lab(92.6 -2.4 -10.7) |
| LCH | lch(92.6 11.0 257.3) |
| OKLCH | oklch(0.935 0.031 248.2) |
Copy-ready code
/* CSS */
color: #daecfe;
background-color: #daecfe;
/* Tailwind (arbitrary) */
class="text-[#daecfe] bg-[#daecfe]"
/* SCSS */
$brand: #daecfe;
/* SwiftUI */
Color(red: 0.855, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#daecfe")Accessibility — WCAG contrast
Aa
#daecfe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daecfe on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.5%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#daecfe text on a black background
contrast 17.41:1
Card sample
#daecfe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daecfe;
Background color
Panel with #daecfe background
background-color: #daecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daecfe; background: linear-gradient(135deg, #daecfe, #E0DAFE);