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