#dbebfd
a pale, electric blue · cool · closest name: lavender
RGB
219, 235, 253
HSL
212°, 90%, 93%
CMYK
13, 7, 0, 1
Luminance
0.8157
Every format
| HEX | #dbebfd |
| RGB | rgb(219, 235, 253) |
| HSL | hsl(212, 90%, 93%) |
| CMYK | cmyk(13%, 7%, 0%, 1%) |
| LAB | lab(92.4 -1.8 -10.5) |
| LCH | lch(92.4 10.6 260.4) |
| OKLCH | oklch(0.934 0.030 251.3) |
Copy-ready code
/* CSS */
color: #dbebfd;
background-color: #dbebfd;
/* Tailwind (arbitrary) */
class="text-[#dbebfd] bg-[#dbebfd]"
/* SCSS */
$brand: #dbebfd;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#dbebfd")Accessibility — WCAG contrast
Aa
#dbebfd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbebfd on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#dbebfd text on a black background
contrast 17.31:1
Card sample
#dbebfd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbebfd;
Background color
Panel with #dbebfd background
background-color: #dbebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbebfd; background: linear-gradient(135deg, #dbebfd, #E1DBFD);