#dbdcfd
a pale, electric blue · warm · closest name: lavender
RGB
219, 220, 253
HSL
238°, 90%, 93%
CMYK
13, 13, 0, 1
Luminance
0.7334
Every format
| HEX | #dbdcfd |
| RGB | rgb(219, 220, 253) |
| HSL | hsl(238, 90%, 93%) |
| CMYK | cmyk(13%, 13%, 0%, 1%) |
| LAB | lab(88.6 6.0 -16.1) |
| LCH | lch(88.6 17.2 290.5) |
| OKLCH | oklch(0.904 0.045 284.1) |
Copy-ready code
/* CSS */
color: #dbdcfd;
background-color: #dbdcfd;
/* Tailwind (arbitrary) */
class="text-[#dbdcfd] bg-[#dbdcfd]"
/* SCSS */
$brand: #dbdcfd;
/* SwiftUI */
Color(red: 0.859, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#dbdcfd")Accessibility — WCAG contrast
Aa
#dbdcfd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdcfd on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.3%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dbdcfd text on a black background
contrast 15.67:1
Card sample
#dbdcfd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdcfd;
Background color
Panel with #dbdcfd background
background-color: #dbdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdcfd; background: linear-gradient(135deg, #dbdcfd, #F1DBFD);