#5010fd
a balanced, electric violet · warm · closest name: blue
RGB
80, 16, 253
HSL
256°, 98%, 53%
CMYK
68, 94, 0, 1
Luminance
0.0917
Every format
| HEX | #5010fd |
| RGB | rgb(80, 16, 253) |
| HSL | hsl(256, 98%, 53%) |
| CMYK | cmyk(68%, 94%, 0%, 1%) |
| LAB | lab(36.3 77.9 -100.0) |
| LCH | lch(36.3 126.7 307.9) |
| OKLCH | oklch(0.487 0.291 278.4) |
Copy-ready code
/* CSS */
color: #5010fd;
background-color: #5010fd;
/* Tailwind (arbitrary) */
class="text-[#5010fd] bg-[#5010fd]"
/* SCSS */
$brand: #5010fd;
/* SwiftUI */
Color(red: 0.314, green: 0.063, blue: 0.992)
/* Android */
Color.parseColor("#5010fd")Accessibility — WCAG contrast
Aa
#5010fd on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5010fd on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green6.3%
Blue99.2%
CMYK percentages
Cyan68.4%
Magenta93.7%
Yellow0.0%
Key (black)0.8%
Color previews
#5010fd text on a black background
contrast 2.83:1
Card sample
#5010fd text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5010fd;
Background color
Panel with #5010fd background
background-color: #5010fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5010fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 16, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 16, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5010fd; background: linear-gradient(135deg, #5010fd, #EE10FD);