#daeeeb
a pale, soft cyan · cool · closest name: white
RGB
218, 238, 235
HSL
171°, 37%, 89%
CMYK
8, 0, 1, 7
Luminance
0.8205
Every format
| HEX | #daeeeb |
| RGB | rgb(218, 238, 235) |
| HSL | hsl(171, 37%, 89%) |
| CMYK | cmyk(8%, 0%, 1%, 7%) |
| LAB | lab(92.6 -7.1 -0.8) |
| LCH | lch(92.6 7.2 186.4) |
| OKLCH | oklch(0.933 0.021 186.0) |
Copy-ready code
/* CSS */
color: #daeeeb;
background-color: #daeeeb;
/* Tailwind (arbitrary) */
class="text-[#daeeeb] bg-[#daeeeb]"
/* SCSS */
$brand: #daeeeb;
/* SwiftUI */
Color(red: 0.855, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#daeeeb")Accessibility — WCAG contrast
Aa
#daeeeb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeeeb on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green93.3%
Blue92.2%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#daeeeb text on a black background
contrast 17.41:1
Card sample
#daeeeb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeeeb;
Background color
Panel with #daeeeb background
background-color: #daeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeeeb; background: linear-gradient(135deg, #daeeeb, #DAE4EE);