#5f2cb8
a dark, vivid violet · warm · closest name: indigo
RGB
95, 44, 184
HSL
262°, 61%, 45%
CMYK
48, 76, 0, 28
Luminance
0.0769
Every format
| HEX | #5f2cb8 |
| RGB | rgb(95, 44, 184) |
| HSL | hsl(262, 61%, 45%) |
| CMYK | cmyk(48%, 76%, 0%, 28%) |
| LAB | lab(33.3 53.1 -65.1) |
| LCH | lch(33.3 84.0 309.2) |
| OKLCH | oklch(0.449 0.203 292.9) |
Copy-ready code
/* CSS */
color: #5f2cb8;
background-color: #5f2cb8;
/* Tailwind (arbitrary) */
class="text-[#5f2cb8] bg-[#5f2cb8]"
/* SCSS */
$brand: #5f2cb8;
/* SwiftUI */
Color(red: 0.373, green: 0.173, blue: 0.722)
/* Android */
Color.parseColor("#5f2cb8")Accessibility — WCAG contrast
Aa
#5f2cb8 on white: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2cb8 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.3%
Blue72.2%
CMYK percentages
Cyan48.4%
Magenta76.1%
Yellow0.0%
Key (black)27.8%
Color previews
#5f2cb8 text on a black background
contrast 2.54:1
Card sample
#5f2cb8 text on a white background
contrast 8.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2cb8;
Background color
Panel with #5f2cb8 background
background-color: #5f2cb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2cb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 44, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 44, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2cb8; background: linear-gradient(135deg, #5f2cb8, #B82CB4);