#5f2ccb
a balanced, vivid violet · warm · closest name: indigo
RGB
95, 44, 203
HSL
259°, 64%, 48%
CMYK
53, 78, 0, 20
Luminance
0.0855
Every format
| HEX | #5f2ccb |
| RGB | rgb(95, 44, 203) |
| HSL | hsl(259, 64%, 48%) |
| CMYK | cmyk(53%, 78%, 0%, 20%) |
| LAB | lab(35.1 58.1 -73.3) |
| LCH | lch(35.1 93.6 308.4) |
| OKLCH | oklch(0.467 0.223 289.2) |
Copy-ready code
/* CSS */
color: #5f2ccb;
background-color: #5f2ccb;
/* Tailwind (arbitrary) */
class="text-[#5f2ccb] bg-[#5f2ccb]"
/* SCSS */
$brand: #5f2ccb;
/* SwiftUI */
Color(red: 0.373, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#5f2ccb")Accessibility — WCAG contrast
Aa
#5f2ccb on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2ccb on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.3%
Blue79.6%
CMYK percentages
Cyan53.2%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#5f2ccb text on a black background
contrast 2.71:1
Card sample
#5f2ccb text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2ccb;
Background color
Panel with #5f2ccb background
background-color: #5f2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2ccb; background: linear-gradient(135deg, #5f2ccb, #C92CCB);