#dbc9fd
a pale, electric violet · warm · closest name: plum
RGB
219, 201, 253
HSL
261°, 93%, 89%
CMYK
13, 21, 0, 1
Luminance
0.6393
Every format
| HEX | #dbc9fd |
| RGB | rgb(219, 201, 253) |
| HSL | hsl(261, 93%, 89%) |
| CMYK | cmyk(13%, 21%, 0%, 1%) |
| LAB | lab(83.9 16.1 -23.2) |
| LCH | lch(83.9 28.2 304.7) |
| OKLCH | oklch(0.868 0.073 300.7) |
Copy-ready code
/* CSS */
color: #dbc9fd;
background-color: #dbc9fd;
/* Tailwind (arbitrary) */
class="text-[#dbc9fd] bg-[#dbc9fd]"
/* SCSS */
$brand: #dbc9fd;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.992)
/* Android */
Color.parseColor("#dbc9fd")Accessibility — WCAG contrast
Aa
#dbc9fd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9fd on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta20.6%
Yellow0.0%
Key (black)0.8%
Color previews
#dbc9fd text on a black background
contrast 13.79:1
Card sample
#dbc9fd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9fd;
Background color
Panel with #dbc9fd background
background-color: #dbc9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9fd; background: linear-gradient(135deg, #dbc9fd, #FDC9FC);