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