#8205df
a dark, electric violet · warm · closest name: blue
RGB
130, 5, 223
HSL
274°, 96%, 45%
CMYK
42, 98, 0, 13
Luminance
0.1018
Every format
| HEX | #8205df |
| RGB | rgb(130, 5, 223) |
| HSL | hsl(274, 96%, 45%) |
| CMYK | cmyk(42%, 98%, 0%, 13%) |
| LAB | lab(38.2 76.2 -79.7) |
| LCH | lch(38.2 110.2 313.7) |
| OKLCH | oklch(0.503 0.265 300.7) |
Copy-ready code
/* CSS */
color: #8205df;
background-color: #8205df;
/* Tailwind (arbitrary) */
class="text-[#8205df] bg-[#8205df]"
/* SCSS */
$brand: #8205df;
/* SwiftUI */
Color(red: 0.510, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#8205df")Accessibility — WCAG contrast
Aa
#8205df on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8205df on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green2.0%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#8205df text on a black background
contrast 3.04:1
Card sample
#8205df text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8205df;
Background color
Panel with #8205df background
background-color: #8205df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8205df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8205df; background: linear-gradient(135deg, #8205df, #DF05AB);