#8301df
a dark, electric violet · warm · closest name: blue
RGB
131, 1, 223
HSL
275°, 99%, 44%
CMYK
41, 100, 0, 13
Luminance
0.1017
Every format
| HEX | #8301df |
| RGB | rgb(131, 1, 223) |
| HSL | hsl(275, 99%, 44%) |
| CMYK | cmyk(41%, 100%, 0%, 13%) |
| LAB | lab(38.1 76.7 -79.7) |
| LCH | lch(38.1 110.7 313.9) |
| OKLCH | oklch(0.503 0.267 301.1) |
Copy-ready code
/* CSS */
color: #8301df;
background-color: #8301df;
/* Tailwind (arbitrary) */
class="text-[#8301df] bg-[#8301df]"
/* SCSS */
$brand: #8301df;
/* SwiftUI */
Color(red: 0.514, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#8301df")Accessibility — WCAG contrast
Aa
#8301df on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8301df on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green0.4%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8301df text on a black background
contrast 3.03:1
Card sample
#8301df text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8301df;
Background color
Panel with #8301df background
background-color: #8301df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8301df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8301df; background: linear-gradient(135deg, #8301df, #DF01A7);