#5019df
a balanced, electric violet · warm · closest name: blue
RGB
80, 25, 223
HSL
257°, 80%, 49%
CMYK
64, 89, 0, 13
Luminance
0.0773
Every format
| HEX | #5019df |
| RGB | rgb(80, 25, 223) |
| HSL | hsl(257, 80%, 49%) |
| CMYK | cmyk(64%, 89%, 0%, 13%) |
| LAB | lab(33.4 68.6 -87.8) |
| LCH | lch(33.4 111.4 308.0) |
| OKLCH | oklch(0.458 0.258 281.7) |
Copy-ready code
/* CSS */
color: #5019df;
background-color: #5019df;
/* Tailwind (arbitrary) */
class="text-[#5019df] bg-[#5019df]"
/* SCSS */
$brand: #5019df;
/* SwiftUI */
Color(red: 0.314, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#5019df")Accessibility — WCAG contrast
Aa
#5019df on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5019df on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green9.8%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#5019df text on a black background
contrast 2.55:1
Card sample
#5019df text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5019df;
Background color
Panel with #5019df background
background-color: #5019df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5019df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5019df; background: linear-gradient(135deg, #5019df, #D419DF);