#5f2ceb
a balanced, electric violet · warm · closest name: blue
RGB
95, 44, 235
HSL
256°, 83%, 55%
CMYK
60, 81, 0, 8
Luminance
0.1023
Every format
| HEX | #5f2ceb |
| RGB | rgb(95, 44, 235) |
| HSL | hsl(256, 83%, 55%) |
| CMYK | cmyk(60%, 81%, 0%, 8%) |
| LAB | lab(38.3 66.5 -86.5) |
| LCH | lch(38.3 109.2 307.6) |
| OKLCH | oklch(0.498 0.257 284.2) |
Copy-ready code
/* CSS */
color: #5f2ceb;
background-color: #5f2ceb;
/* Tailwind (arbitrary) */
class="text-[#5f2ceb] bg-[#5f2ceb]"
/* SCSS */
$brand: #5f2ceb;
/* SwiftUI */
Color(red: 0.373, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#5f2ceb")Accessibility — WCAG contrast
Aa
#5f2ceb on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f2ceb on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.3%
Blue92.2%
CMYK percentages
Cyan59.6%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#5f2ceb text on a black background
contrast 3.05:1
Card sample
#5f2ceb text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2ceb;
Background color
Panel with #5f2ceb background
background-color: #5f2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2ceb; background: linear-gradient(135deg, #5f2ceb, #DE2CEB);