#daeceb
a pale, soft cyan · cool · closest name: white
RGB
218, 236, 235
HSL
177°, 32%, 89%
CMYK
8, 0, 0, 8
Luminance
0.8089
Every format
| HEX | #daeceb |
| RGB | rgb(218, 236, 235) |
| HSL | hsl(177, 32%, 89%) |
| CMYK | cmyk(8%, 0%, 0%, 8%) |
| LAB | lab(92.1 -6.1 -1.6) |
| LCH | lch(92.1 6.3 194.2) |
| OKLCH | oklch(0.929 0.019 192.8) |
Copy-ready code
/* CSS */
color: #daeceb;
background-color: #daeceb;
/* Tailwind (arbitrary) */
class="text-[#daeceb] bg-[#daeceb]"
/* SCSS */
$brand: #daeceb;
/* SwiftUI */
Color(red: 0.855, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#daeceb")Accessibility — WCAG contrast
Aa
#daeceb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeceb on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#daeceb text on a black background
contrast 17.18:1
Card sample
#daeceb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeceb;
Background color
Panel with #daeceb background
background-color: #daeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeceb; background: linear-gradient(135deg, #daeceb, #DAE1EC);