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