#daeef5
a pale, vivid cyan · cool · closest name: lavender
RGB
218, 238, 245
HSL
196°, 57%, 91%
CMYK
11, 3, 0, 4
Luminance
0.8265
Every format
| HEX | #daeef5 |
| RGB | rgb(218, 238, 245) |
| HSL | hsl(196, 57%, 91%) |
| CMYK | cmyk(11%, 3%, 0%, 4%) |
| LAB | lab(92.9 -5.2 -5.6) |
| LCH | lch(92.9 7.7 227.2) |
| OKLCH | oklch(0.936 0.023 220.7) |
Copy-ready code
/* CSS */
color: #daeef5;
background-color: #daeef5;
/* Tailwind (arbitrary) */
class="text-[#daeef5] bg-[#daeef5]"
/* SCSS */
$brand: #daeef5;
/* SwiftUI */
Color(red: 0.855, green: 0.933, blue: 0.961)
/* Android */
Color.parseColor("#daeef5")Accessibility — WCAG contrast
Aa
#daeef5 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeef5 on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green93.3%
Blue96.1%
CMYK percentages
Cyan11.0%
Magenta2.9%
Yellow0.0%
Key (black)3.9%
Color previews
#daeef5 text on a black background
contrast 17.53:1
Card sample
#daeef5 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeef5;
Background color
Panel with #daeef5 background
background-color: #daeef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 238, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 238, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeef5; background: linear-gradient(135deg, #daeef5, #DADCF5);