#dba7fe
a light, electric violet · warm · closest name: plum
RGB
219, 167, 254
HSL
276°, 98%, 83%
CMYK
14, 34, 0, 0
Luminance
0.4985
Every format
| HEX | #dba7fe |
| RGB | rgb(219, 167, 254) |
| HSL | hsl(276, 98%, 83%) |
| CMYK | cmyk(14%, 34%, 0%, 0%) |
| LAB | lab(76.0 34.6 -35.9) |
| LCH | lch(76.0 49.9 314.0) |
| OKLCH | oklch(0.807 0.131 311.0) |
Copy-ready code
/* CSS */
color: #dba7fe;
background-color: #dba7fe;
/* Tailwind (arbitrary) */
class="text-[#dba7fe] bg-[#dba7fe]"
/* SCSS */
$brand: #dba7fe;
/* SwiftUI */
Color(red: 0.859, green: 0.655, blue: 0.996)
/* Android */
Color.parseColor("#dba7fe")Accessibility — WCAG contrast
Aa
#dba7fe on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba7fe on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green65.5%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta34.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dba7fe text on a black background
contrast 10.97:1
Card sample
#dba7fe text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba7fe;
Background color
Panel with #dba7fe background
background-color: #dba7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 167, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 167, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba7fe; background: linear-gradient(135deg, #dba7fe, #FEA7E7);