#daeaf1
a pale, vivid cyan · cool · closest name: lavender
RGB
218, 234, 241
HSL
198°, 45%, 90%
CMYK
10, 3, 0, 6
Luminance
0.8010
Every format
| HEX | #daeaf1 |
| RGB | rgb(218, 234, 241) |
| HSL | hsl(198, 45%, 90%) |
| CMYK | cmyk(10%, 3%, 0%, 6%) |
| LAB | lab(91.7 -3.9 -5.2) |
| LCH | lch(91.7 6.5 232.8) |
| OKLCH | oklch(0.927 0.019 225.7) |
Copy-ready code
/* CSS */
color: #daeaf1;
background-color: #daeaf1;
/* Tailwind (arbitrary) */
class="text-[#daeaf1] bg-[#daeaf1]"
/* SCSS */
$brand: #daeaf1;
/* SwiftUI */
Color(red: 0.855, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#daeaf1")Accessibility — WCAG contrast
Aa
#daeaf1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeaf1 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green91.8%
Blue94.5%
CMYK percentages
Cyan9.5%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#daeaf1 text on a black background
contrast 17.02:1
Card sample
#daeaf1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeaf1;
Background color
Panel with #daeaf1 background
background-color: #daeaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeaf1; background: linear-gradient(135deg, #daeaf1, #DADBF1);