#5c08ab
a dark, electric violet · warm · closest name: indigo
RGB
92, 8, 171
HSL
271°, 91%, 35%
CMYK
46, 95, 0, 33
Luminance
0.0539
Every format
| HEX | #5c08ab |
| RGB | rgb(92, 8, 171) |
| HSL | hsl(271, 91%, 35%) |
| CMYK | cmyk(46%, 95%, 0%, 33%) |
| LAB | lab(27.8 60.9 -66.4) |
| LCH | lch(27.8 90.1 312.5) |
| OKLCH | oklch(0.407 0.215 297.5) |
Copy-ready code
/* CSS */
color: #5c08ab;
background-color: #5c08ab;
/* Tailwind (arbitrary) */
class="text-[#5c08ab] bg-[#5c08ab]"
/* SCSS */
$brand: #5c08ab;
/* SwiftUI */
Color(red: 0.361, green: 0.031, blue: 0.671)
/* Android */
Color.parseColor("#5c08ab")Accessibility — WCAG contrast
Aa
#5c08ab on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c08ab on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green3.1%
Blue67.1%
CMYK percentages
Cyan46.2%
Magenta95.3%
Yellow0.0%
Key (black)32.9%
Color previews
#5c08ab text on a black background
contrast 2.08:1
Card sample
#5c08ab text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c08ab;
Background color
Panel with #5c08ab background
background-color: #5c08ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c08ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 8, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 8, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c08ab; background: linear-gradient(135deg, #5c08ab, #AB088D);