#5002ab
a dark, electric violet · warm · closest name: navy
RGB
80, 2, 171
HSL
268°, 98%, 34%
CMYK
53, 99, 0, 33
Luminance
0.0469
Every format
| HEX | #5002ab |
| RGB | rgb(80, 2, 171) |
| HSL | hsl(268, 98%, 34%) |
| CMYK | cmyk(53%, 99%, 0%, 33%) |
| LAB | lab(25.8 61.0 -69.8) |
| LCH | lch(25.8 92.6 311.2) |
| OKLCH | oklch(0.390 0.216 292.1) |
Copy-ready code
/* CSS */
color: #5002ab;
background-color: #5002ab;
/* Tailwind (arbitrary) */
class="text-[#5002ab] bg-[#5002ab]"
/* SCSS */
$brand: #5002ab;
/* SwiftUI */
Color(red: 0.314, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#5002ab")Accessibility — WCAG contrast
Aa
#5002ab on white: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5002ab on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green0.8%
Blue67.1%
CMYK percentages
Cyan53.2%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#5002ab text on a black background
contrast 1.94:1
Card sample
#5002ab text on a white background
contrast 10.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5002ab;
Background color
Panel with #5002ab background
background-color: #5002ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5002ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5002ab; background: linear-gradient(135deg, #5002ab, #AB0295);