#daebff
a pale, electric blue · cool · closest name: lavender
RGB
218, 235, 255
HSL
212°, 100%, 93%
CMYK
15, 8, 0, 0
Luminance
0.8154
Every format
| HEX | #daebff |
| RGB | rgb(218, 235, 255) |
| HSL | hsl(212, 100%, 93%) |
| CMYK | cmyk(15%, 8%, 0%, 0%) |
| LAB | lab(92.4 -1.7 -11.6) |
| LCH | lch(92.4 11.7 261.7) |
| OKLCH | oklch(0.933 0.033 252.5) |
Copy-ready code
/* CSS */
color: #daebff;
background-color: #daebff;
/* Tailwind (arbitrary) */
class="text-[#daebff] bg-[#daebff]"
/* SCSS */
$brand: #daebff;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#daebff")Accessibility — WCAG contrast
Aa
#daebff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daebff on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue100.0%
CMYK percentages
Cyan14.5%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#daebff text on a black background
contrast 17.31:1
Card sample
#daebff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daebff;
Background color
Panel with #daebff background
background-color: #daebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daebff; background: linear-gradient(135deg, #daebff, #E1DAFF);