#db82ff
a light, electric violet · warm · closest name: violet
RGB
219, 130, 255
HSL
283°, 100%, 76%
CMYK
14, 49, 0, 0
Luminance
0.3825
Every format
| HEX | #db82ff |
| RGB | rgb(219, 130, 255) |
| HSL | hsl(283, 100%, 76%) |
| CMYK | cmyk(14%, 49%, 0%, 0%) |
| LAB | lab(68.2 54.3 -48.6) |
| LCH | lch(68.2 72.9 318.2) |
| OKLCH | oklch(0.748 0.193 315.5) |
Copy-ready code
/* CSS */
color: #db82ff;
background-color: #db82ff;
/* Tailwind (arbitrary) */
class="text-[#db82ff] bg-[#db82ff]"
/* SCSS */
$brand: #db82ff;
/* SwiftUI */
Color(red: 0.859, green: 0.510, blue: 1.000)
/* Android */
Color.parseColor("#db82ff")Accessibility — WCAG contrast
Aa
#db82ff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db82ff on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green51.0%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta49.0%
Yellow0.0%
Key (black)0.0%
Color previews
#db82ff text on a black background
contrast 8.65:1
Card sample
#db82ff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db82ff;
Background color
Panel with #db82ff background
background-color: #db82ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db82ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 130, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 130, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db82ff; background: linear-gradient(135deg, #db82ff, #FF82D0);