#5f0cd0
a dark, electric violet · warm · closest name: blue
RGB
95, 12, 208
HSL
265°, 89%, 43%
CMYK
54, 94, 0, 18
Luminance
0.0725
Every format
| HEX | #5f0cd0 |
| RGB | rgb(95, 12, 208) |
| HSL | hsl(265, 89%, 43%) |
| CMYK | cmyk(54%, 94%, 0%, 18%) |
| LAB | lab(32.4 68.9 -80.8) |
| LCH | lch(32.4 106.2 310.5) |
| OKLCH | oklch(0.450 0.248 290.3) |
Copy-ready code
/* CSS */
color: #5f0cd0;
background-color: #5f0cd0;
/* Tailwind (arbitrary) */
class="text-[#5f0cd0] bg-[#5f0cd0]"
/* SCSS */
$brand: #5f0cd0;
/* SwiftUI */
Color(red: 0.373, green: 0.047, blue: 0.816)
/* Android */
Color.parseColor("#5f0cd0")Accessibility — WCAG contrast
Aa
#5f0cd0 on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f0cd0 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green4.7%
Blue81.6%
CMYK percentages
Cyan54.3%
Magenta94.2%
Yellow0.0%
Key (black)18.4%
Color previews
#5f0cd0 text on a black background
contrast 2.45:1
Card sample
#5f0cd0 text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f0cd0;
Background color
Panel with #5f0cd0 background
background-color: #5f0cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f0cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 12, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 12, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f0cd0; background: linear-gradient(135deg, #5f0cd0, #D00CBE);