#5f0fcf
a dark, electric violet · warm · closest name: blue
RGB
95, 15, 207
HSL
265°, 87%, 44%
CMYK
54, 93, 0, 19
Luminance
0.0728
Every format
| HEX | #5f0fcf |
| RGB | rgb(95, 15, 207) |
| HSL | hsl(265, 87%, 44%) |
| CMYK | cmyk(54%, 93%, 0%, 19%) |
| LAB | lab(32.4 68.2 -80.1) |
| LCH | lch(32.4 105.2 310.4) |
| OKLCH | oklch(0.450 0.246 290.4) |
Copy-ready code
/* CSS */
color: #5f0fcf;
background-color: #5f0fcf;
/* Tailwind (arbitrary) */
class="text-[#5f0fcf] bg-[#5f0fcf]"
/* SCSS */
$brand: #5f0fcf;
/* SwiftUI */
Color(red: 0.373, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#5f0fcf")Accessibility — WCAG contrast
Aa
#5f0fcf on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f0fcf on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green5.9%
Blue81.2%
CMYK percentages
Cyan54.1%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#5f0fcf text on a black background
contrast 2.46:1
Card sample
#5f0fcf text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f0fcf;
Background color
Panel with #5f0fcf background
background-color: #5f0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f0fcf; background: linear-gradient(135deg, #5f0fcf, #CF0FBF);