#5010cd
a dark, electric violet · warm · closest name: blue
RGB
80, 16, 205
HSL
260°, 86%, 43%
CMYK
61, 92, 0, 20
Luminance
0.0648
Every format
| HEX | #5010cd |
| RGB | rgb(80, 16, 205) |
| HSL | hsl(260, 86%, 43%) |
| CMYK | cmyk(61%, 92%, 0%, 20%) |
| LAB | lab(30.6 66.4 -82.0) |
| LCH | lch(30.6 105.5 309.0) |
| OKLCH | oklch(0.433 0.244 284.7) |
Copy-ready code
/* CSS */
color: #5010cd;
background-color: #5010cd;
/* Tailwind (arbitrary) */
class="text-[#5010cd] bg-[#5010cd]"
/* SCSS */
$brand: #5010cd;
/* SwiftUI */
Color(red: 0.314, green: 0.063, blue: 0.804)
/* Android */
Color.parseColor("#5010cd")Accessibility — WCAG contrast
Aa
#5010cd on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5010cd on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green6.3%
Blue80.4%
CMYK percentages
Cyan61.0%
Magenta92.2%
Yellow0.0%
Key (black)19.6%
Color previews
#5010cd text on a black background
contrast 2.30:1
Card sample
#5010cd text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5010cd;
Background color
Panel with #5010cd background
background-color: #5010cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5010cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 16, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 16, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5010cd; background: linear-gradient(135deg, #5010cd, #CD10CC);