#daebf1
a pale, vivid cyan · cool · closest name: lavender
RGB
218, 235, 241
HSL
196°, 45%, 90%
CMYK
10, 3, 0, 6
Luminance
0.8067
Every format
| HEX | #daebf1 |
| RGB | rgb(218, 235, 241) |
| HSL | hsl(196, 45%, 90%) |
| CMYK | cmyk(10%, 3%, 0%, 6%) |
| LAB | lab(92.0 -4.5 -4.8) |
| LCH | lch(92.0 6.6 227.3) |
| OKLCH | oklch(0.929 0.020 220.9) |
Copy-ready code
/* CSS */
color: #daebf1;
background-color: #daebf1;
/* Tailwind (arbitrary) */
class="text-[#daebf1] bg-[#daebf1]"
/* SCSS */
$brand: #daebf1;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.945)
/* Android */
Color.parseColor("#daebf1")Accessibility — WCAG contrast
Aa
#daebf1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daebf1 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue94.5%
CMYK percentages
Cyan9.5%
Magenta2.5%
Yellow0.0%
Key (black)5.5%
Color previews
#daebf1 text on a black background
contrast 17.13:1
Card sample
#daebf1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daebf1;
Background color
Panel with #daebf1 background
background-color: #daebf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daebf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daebf1; background: linear-gradient(135deg, #daebf1, #DADCF1);