#5b0fc2
a dark, electric violet · warm · closest name: navy
RGB
91, 15, 194
HSL
266°, 86%, 41%
CMYK
53, 92, 0, 24
Luminance
0.0646
Every format
| HEX | #5b0fc2 |
| RGB | rgb(91, 15, 194) |
| HSL | hsl(266, 86%, 41%) |
| CMYK | cmyk(53%, 92%, 0%, 24%) |
| LAB | lab(30.6 64.8 -75.6) |
| LCH | lch(30.6 99.6 310.6) |
| OKLCH | oklch(0.432 0.233 291.4) |
Copy-ready code
/* CSS */
color: #5b0fc2;
background-color: #5b0fc2;
/* Tailwind (arbitrary) */
class="text-[#5b0fc2] bg-[#5b0fc2]"
/* SCSS */
$brand: #5b0fc2;
/* SwiftUI */
Color(red: 0.357, green: 0.059, blue: 0.761)
/* Android */
Color.parseColor("#5b0fc2")Accessibility — WCAG contrast
Aa
#5b0fc2 on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b0fc2 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green5.9%
Blue76.1%
CMYK percentages
Cyan53.1%
Magenta92.3%
Yellow0.0%
Key (black)23.9%
Color previews
#5b0fc2 text on a black background
contrast 2.29:1
Card sample
#5b0fc2 text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b0fc2;
Background color
Panel with #5b0fc2 background
background-color: #5b0fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b0fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 15, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 15, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b0fc2; background: linear-gradient(135deg, #5b0fc2, #C20FB2);