#5000b2
a dark, electric violet · warm · closest name: navy
RGB
80, 0, 178
HSL
267°, 100%, 35%
CMYK
55, 100, 0, 30
Luminance
0.0492
Every format
| HEX | #5000b2 |
| RGB | rgb(80, 0, 178) |
| HSL | hsl(267, 100%, 35%) |
| CMYK | cmyk(55%, 100%, 0%, 30%) |
| LAB | lab(26.5 63.0 -72.8) |
| LCH | lch(26.5 96.3 310.8) |
| OKLCH | oklch(0.397 0.224 290.6) |
Copy-ready code
/* CSS */
color: #5000b2;
background-color: #5000b2;
/* Tailwind (arbitrary) */
class="text-[#5000b2] bg-[#5000b2]"
/* SCSS */
$brand: #5000b2;
/* SwiftUI */
Color(red: 0.314, green: 0.000, blue: 0.698)
/* Android */
Color.parseColor("#5000b2")Accessibility — WCAG contrast
Aa
#5000b2 on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5000b2 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.0%
Blue69.8%
CMYK percentages
Cyan55.1%
Magenta100.0%
Yellow0.0%
Key (black)30.2%
Color previews
#5000b2 text on a black background
contrast 1.98:1
Card sample
#5000b2 text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5000b2;
Background color
Panel with #5000b2 background
background-color: #5000b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5000b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 0, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 0, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5000b2; background: linear-gradient(135deg, #5000b2, #B2009D);