#db8dfe
a light, electric violet · warm · closest name: violet
RGB
219, 141, 254
HSL
281°, 98%, 78%
CMYK
14, 45, 0, 0
Luminance
0.4127
Every format
| HEX | #db8dfe |
| RGB | rgb(219, 141, 254) |
| HSL | hsl(281, 98%, 78%) |
| CMYK | cmyk(14%, 45%, 0%, 0%) |
| LAB | lab(70.4 48.5 -44.7) |
| LCH | lch(70.4 65.9 317.3) |
| OKLCH | oklch(0.764 0.174 314.7) |
Copy-ready code
/* CSS */
color: #db8dfe;
background-color: #db8dfe;
/* Tailwind (arbitrary) */
class="text-[#db8dfe] bg-[#db8dfe]"
/* SCSS */
$brand: #db8dfe;
/* SwiftUI */
Color(red: 0.859, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#db8dfe")Accessibility — WCAG contrast
Aa
#db8dfe on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8dfe on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green55.3%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#db8dfe text on a black background
contrast 9.25:1
Card sample
#db8dfe text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8dfe;
Background color
Panel with #db8dfe background
background-color: #db8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8dfe; background: linear-gradient(135deg, #db8dfe, #FE8DD6);