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