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