#dba4fe
a light, electric violet · warm · closest name: plum
RGB
219, 164, 254
HSL
277°, 98%, 82%
CMYK
14, 35, 0, 0
Luminance
0.4877
Every format
| HEX | #dba4fe |
| RGB | rgb(219, 164, 254) |
| HSL | hsl(277, 98%, 82%) |
| CMYK | cmyk(14%, 35%, 0%, 0%) |
| LAB | lab(75.3 36.3 -37.0) |
| LCH | lch(75.3 51.8 314.4) |
| OKLCH | oklch(0.802 0.136 311.5) |
Copy-ready code
/* CSS */
color: #dba4fe;
background-color: #dba4fe;
/* Tailwind (arbitrary) */
class="text-[#dba4fe] bg-[#dba4fe]"
/* SCSS */
$brand: #dba4fe;
/* SwiftUI */
Color(red: 0.859, green: 0.643, blue: 0.996)
/* Android */
Color.parseColor("#dba4fe")Accessibility — WCAG contrast
Aa
#dba4fe on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba4fe on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green64.3%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta35.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dba4fe text on a black background
contrast 10.75:1
Card sample
#dba4fe text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba4fe;
Background color
Panel with #dba4fe background
background-color: #dba4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 164, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 164, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba4fe; background: linear-gradient(135deg, #dba4fe, #FEA4E5);