#dba7f6
a light, electric violet · warm · closest name: plum
RGB
219, 167, 246
HSL
280°, 81%, 81%
CMYK
11, 32, 0, 4
Luminance
0.4935
Every format
| HEX | #dba7f6 |
| RGB | rgb(219, 167, 246) |
| HSL | hsl(280, 81%, 81%) |
| CMYK | cmyk(11%, 32%, 0%, 4%) |
| LAB | lab(75.7 33.0 -32.1) |
| LCH | lch(75.7 46.0 315.8) |
| OKLCH | oklch(0.803 0.122 313.7) |
Copy-ready code
/* CSS */
color: #dba7f6;
background-color: #dba7f6;
/* Tailwind (arbitrary) */
class="text-[#dba7f6] bg-[#dba7f6]"
/* SCSS */
$brand: #dba7f6;
/* SwiftUI */
Color(red: 0.859, green: 0.655, blue: 0.965)
/* Android */
Color.parseColor("#dba7f6")Accessibility — WCAG contrast
Aa
#dba7f6 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba7f6 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green65.5%
Blue96.5%
CMYK percentages
Cyan11.0%
Magenta32.1%
Yellow0.0%
Key (black)3.5%
Color previews
#dba7f6 text on a black background
contrast 10.87:1
Card sample
#dba7f6 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba7f6;
Background color
Panel with #dba7f6 background
background-color: #dba7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 167, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 167, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba7f6; background: linear-gradient(135deg, #dba7f6, #F6A7DC);