#5000ba
a dark, electric violet · warm · closest name: navy
RGB
80, 0, 186
HSL
266°, 100%, 37%
CMYK
57, 100, 0, 27
Luminance
0.0525
Every format
| HEX | #5000ba |
| RGB | rgb(80, 0, 186) |
| HSL | hsl(266, 100%, 37%) |
| CMYK | cmyk(57%, 100%, 0%, 27%) |
| LAB | lab(27.4 64.8 -76.1) |
| LCH | lch(27.4 99.9 310.4) |
| OKLCH | oklch(0.406 0.231 288.8) |
Copy-ready code
/* CSS */
color: #5000ba;
background-color: #5000ba;
/* Tailwind (arbitrary) */
class="text-[#5000ba] bg-[#5000ba]"
/* SCSS */
$brand: #5000ba;
/* SwiftUI */
Color(red: 0.314, green: 0.000, blue: 0.729)
/* Android */
Color.parseColor("#5000ba")Accessibility — WCAG contrast
Aa
#5000ba on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5000ba on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.0%
Blue72.9%
CMYK percentages
Cyan57.0%
Magenta100.0%
Yellow0.0%
Key (black)27.1%
Color previews
#5000ba text on a black background
contrast 2.05:1
Card sample
#5000ba text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5000ba;
Background color
Panel with #5000ba background
background-color: #5000ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5000ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 0, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 0, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5000ba; background: linear-gradient(135deg, #5000ba, #BA00A8);