#5f097b
a dark, electric violet · warm · closest name: indigo
RGB
95, 9, 123
HSL
285°, 86%, 26%
CMYK
23, 93, 0, 52
Luminance
0.0406
Every format
| HEX | #5f097b |
| RGB | rgb(95, 9, 123) |
| HSL | hsl(285, 86%, 26%) |
| CMYK | cmyk(23%, 93%, 0%, 52%) |
| LAB | lab(23.9 50.8 -43.2) |
| LCH | lch(23.9 66.7 319.6) |
| OKLCH | oklch(0.367 0.173 315.0) |
Copy-ready code
/* CSS */
color: #5f097b;
background-color: #5f097b;
/* Tailwind (arbitrary) */
class="text-[#5f097b] bg-[#5f097b]"
/* SCSS */
$brand: #5f097b;
/* SwiftUI */
Color(red: 0.373, green: 0.035, blue: 0.482)
/* Android */
Color.parseColor("#5f097b")Accessibility — WCAG contrast
Aa
#5f097b on white: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f097b on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green3.5%
Blue48.2%
CMYK percentages
Cyan22.8%
Magenta92.7%
Yellow0.0%
Key (black)51.8%
Color previews
#5f097b text on a black background
contrast 1.81:1
Card sample
#5f097b text on a white background
contrast 11.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f097b;
Background color
Panel with #5f097b background
background-color: #5f097b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f097b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 9, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 9, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f097b; background: linear-gradient(135deg, #5f097b, #7B094B);