#daebfb
a pale, electric blue · cool · closest name: lavender
RGB
218, 235, 251
HSL
209°, 81%, 92%
CMYK
13, 6, 0, 2
Luminance
0.8129
Every format
| HEX | #daebfb |
| RGB | rgb(218, 235, 251) |
| HSL | hsl(209, 81%, 92%) |
| CMYK | cmyk(13%, 6%, 0%, 2%) |
| LAB | lab(92.3 -2.5 -9.6) |
| LCH | lch(92.3 9.9 255.5) |
| OKLCH | oklch(0.932 0.028 246.5) |
Copy-ready code
/* CSS */
color: #daebfb;
background-color: #daebfb;
/* Tailwind (arbitrary) */
class="text-[#daebfb] bg-[#daebfb]"
/* SCSS */
$brand: #daebfb;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#daebfb")Accessibility — WCAG contrast
Aa
#daebfb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daebfb on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#daebfb text on a black background
contrast 17.26:1
Card sample
#daebfb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daebfb;
Background color
Panel with #daebfb background
background-color: #daebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daebfb; background: linear-gradient(135deg, #daebfb, #DFDAFB);