#5f0c8f
a dark, electric violet · warm · closest name: indigo
RGB
95, 12, 143
HSL
278°, 85%, 30%
CMYK
34, 92, 0, 44
Luminance
0.0468
Every format
| HEX | #5f0c8f |
| RGB | rgb(95, 12, 143) |
| HSL | hsl(278, 85%, 30%) |
| CMYK | cmyk(34%, 92%, 0%, 44%) |
| LAB | lab(25.8 54.4 -52.6) |
| LCH | lch(25.8 75.6 315.9) |
| OKLCH | oklch(0.386 0.188 307.3) |
Copy-ready code
/* CSS */
color: #5f0c8f;
background-color: #5f0c8f;
/* Tailwind (arbitrary) */
class="text-[#5f0c8f] bg-[#5f0c8f]"
/* SCSS */
$brand: #5f0c8f;
/* SwiftUI */
Color(red: 0.373, green: 0.047, blue: 0.561)
/* Android */
Color.parseColor("#5f0c8f")Accessibility — WCAG contrast
Aa
#5f0c8f on white: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f0c8f on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green4.7%
Blue56.1%
CMYK percentages
Cyan33.6%
Magenta91.6%
Yellow0.0%
Key (black)43.9%
Color previews
#5f0c8f text on a black background
contrast 1.94:1
Card sample
#5f0c8f text on a white background
contrast 10.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f0c8f;
Background color
Panel with #5f0c8f background
background-color: #5f0c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f0c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 12, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 12, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f0c8f; background: linear-gradient(135deg, #5f0c8f, #8F0C68);