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