#5015df
a balanced, electric violet · warm · closest name: blue
RGB
80, 21, 223
HSL
258°, 83%, 48%
CMYK
64, 91, 0, 13
Luminance
0.0757
Every format
| HEX | #5015df |
| RGB | rgb(80, 21, 223) |
| HSL | hsl(258, 83%, 48%) |
| CMYK | cmyk(64%, 91%, 0%, 13%) |
| LAB | lab(33.1 69.6 -88.3) |
| LCH | lch(33.1 112.5 308.2) |
| OKLCH | oklch(0.456 0.260 281.8) |
Copy-ready code
/* CSS */
color: #5015df;
background-color: #5015df;
/* Tailwind (arbitrary) */
class="text-[#5015df] bg-[#5015df]"
/* SCSS */
$brand: #5015df;
/* SwiftUI */
Color(red: 0.314, green: 0.082, blue: 0.875)
/* Android */
Color.parseColor("#5015df")Accessibility — WCAG contrast
Aa
#5015df on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5015df on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green8.2%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta90.6%
Yellow0.0%
Key (black)12.5%
Color previews
#5015df text on a black background
contrast 2.51:1
Card sample
#5015df text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5015df;
Background color
Panel with #5015df background
background-color: #5015df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5015df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 21, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 21, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5015df; background: linear-gradient(135deg, #5015df, #D615DF);