#5f2dec
a balanced, electric violet · warm · closest name: blue
RGB
95, 45, 236
HSL
256°, 83%, 55%
CMYK
60, 81, 0, 8
Luminance
0.1037
Every format
| HEX | #5f2dec |
| RGB | rgb(95, 45, 236) |
| HSL | hsl(256, 83%, 55%) |
| CMYK | cmyk(60%, 81%, 0%, 8%) |
| LAB | lab(38.5 66.4 -86.7) |
| LCH | lch(38.5 109.2 307.4) |
| OKLCH | oklch(0.500 0.258 284.0) |
Copy-ready code
/* CSS */
color: #5f2dec;
background-color: #5f2dec;
/* Tailwind (arbitrary) */
class="text-[#5f2dec] bg-[#5f2dec]"
/* SCSS */
$brand: #5f2dec;
/* SwiftUI */
Color(red: 0.373, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#5f2dec")Accessibility — WCAG contrast
Aa
#5f2dec on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f2dec on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.6%
Blue92.5%
CMYK percentages
Cyan59.7%
Magenta80.9%
Yellow0.0%
Key (black)7.5%
Color previews
#5f2dec text on a black background
contrast 3.07:1
Card sample
#5f2dec text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2dec;
Background color
Panel with #5f2dec background
background-color: #5f2dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2dec; background: linear-gradient(135deg, #5f2dec, #DE2DEC);