#5000eb
a balanced, electric violet · warm · closest name: blue
RGB
80, 0, 235
HSL
260°, 100%, 46%
CMYK
66, 100, 0, 8
Luminance
0.0770
Every format
| HEX | #5000eb |
| RGB | rgb(80, 0, 235) |
| HSL | hsl(260, 100%, 46%) |
| CMYK | cmyk(66%, 100%, 0%, 8%) |
| LAB | lab(33.4 76.0 -94.7) |
| LCH | lch(33.4 121.4 308.7) |
| OKLCH | oklch(0.462 0.278 280.7) |
Copy-ready code
/* CSS */
color: #5000eb;
background-color: #5000eb;
/* Tailwind (arbitrary) */
class="text-[#5000eb] bg-[#5000eb]"
/* SCSS */
$brand: #5000eb;
/* SwiftUI */
Color(red: 0.314, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#5000eb")Accessibility — WCAG contrast
Aa
#5000eb on white: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5000eb on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.0%
Blue92.2%
CMYK percentages
Cyan66.0%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#5000eb text on a black background
contrast 2.54:1
Card sample
#5000eb text on a white background
contrast 8.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5000eb;
Background color
Panel with #5000eb background
background-color: #5000eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5000eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5000eb; background: linear-gradient(135deg, #5000eb, #EB00EA);