#5f1cdf
a balanced, electric violet · warm · closest name: blue
RGB
95, 28, 223
HSL
261°, 78%, 49%
CMYK
57, 87, 0, 13
Luminance
0.0859
Every format
| HEX | #5f1cdf |
| RGB | rgb(95, 28, 223) |
| HSL | hsl(261, 78%, 49%) |
| CMYK | cmyk(57%, 87%, 0%, 13%) |
| LAB | lab(35.2 68.9 -84.8) |
| LCH | lch(35.2 109.2 309.1) |
| OKLCH | oklch(0.473 0.255 287.0) |
Copy-ready code
/* CSS */
color: #5f1cdf;
background-color: #5f1cdf;
/* Tailwind (arbitrary) */
class="text-[#5f1cdf] bg-[#5f1cdf]"
/* SCSS */
$brand: #5f1cdf;
/* SwiftUI */
Color(red: 0.373, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#5f1cdf")Accessibility — WCAG contrast
Aa
#5f1cdf on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f1cdf on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green11.0%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5f1cdf text on a black background
contrast 2.72:1
Card sample
#5f1cdf text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f1cdf;
Background color
Panel with #5f1cdf background
background-color: #5f1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f1cdf; background: linear-gradient(135deg, #5f1cdf, #DF1CDD);