#9b2fec
a balanced, electric violet · warm · closest name: magenta
RGB
155, 47, 236
HSL
274°, 83%, 56%
CMYK
34, 80, 0, 8
Luminance
0.1506
Every format
| HEX | #9b2fec |
| RGB | rgb(155, 47, 236) |
| HSL | hsl(274, 83%, 56%) |
| CMYK | cmyk(34%, 80%, 0%, 8%) |
| LAB | lab(45.7 73.2 -74.6) |
| LCH | lch(45.7 104.5 314.5) |
| OKLCH | oklch(0.566 0.259 304.9) |
Copy-ready code
/* CSS */
color: #9b2fec;
background-color: #9b2fec;
/* Tailwind (arbitrary) */
class="text-[#9b2fec] bg-[#9b2fec]"
/* SCSS */
$brand: #9b2fec;
/* SwiftUI */
Color(red: 0.608, green: 0.184, blue: 0.925)
/* Android */
Color.parseColor("#9b2fec")Accessibility — WCAG contrast
Aa
#9b2fec on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2fec on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green18.4%
Blue92.5%
CMYK percentages
Cyan34.3%
Magenta80.1%
Yellow0.0%
Key (black)7.5%
Color previews
#9b2fec text on a black background
contrast 4.01:1
Card sample
#9b2fec text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2fec;
Background color
Panel with #9b2fec background
background-color: #9b2fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 47, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 47, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2fec; background: linear-gradient(135deg, #9b2fec, #EC2FBF);