#dbc5fd
a pale, electric violet · warm · closest name: plum
RGB
219, 197, 253
HSL
264°, 93%, 88%
CMYK
13, 22, 0, 1
Luminance
0.6208
Every format
| HEX | #dbc5fd |
| RGB | rgb(219, 197, 253) |
| HSL | hsl(264, 93%, 88%) |
| CMYK | cmyk(13%, 22%, 0%, 1%) |
| LAB | lab(83.0 18.2 -24.7) |
| LCH | lch(83.0 30.7 306.5) |
| OKLCH | oklch(0.860 0.080 302.7) |
Copy-ready code
/* CSS */
color: #dbc5fd;
background-color: #dbc5fd;
/* Tailwind (arbitrary) */
class="text-[#dbc5fd] bg-[#dbc5fd]"
/* SCSS */
$brand: #dbc5fd;
/* SwiftUI */
Color(red: 0.859, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#dbc5fd")Accessibility — WCAG contrast
Aa
#dbc5fd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc5fd on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green77.3%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#dbc5fd text on a black background
contrast 13.42:1
Card sample
#dbc5fd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc5fd;
Background color
Panel with #dbc5fd background
background-color: #dbc5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc5fd; background: linear-gradient(135deg, #dbc5fd, #FDC5FA);