#9b2eee
a balanced, electric violet · warm · closest name: magenta
RGB
155, 46, 238
HSL
274°, 85%, 56%
CMYK
35, 81, 0, 7
Luminance
0.1510
Every format
| HEX | #9b2eee |
| RGB | rgb(155, 46, 238) |
| HSL | hsl(274, 85%, 56%) |
| CMYK | cmyk(35%, 81%, 0%, 7%) |
| LAB | lab(45.8 73.9 -75.6) |
| LCH | lch(45.8 105.8 314.3) |
| OKLCH | oklch(0.566 0.262 304.5) |
Copy-ready code
/* CSS */
color: #9b2eee;
background-color: #9b2eee;
/* Tailwind (arbitrary) */
class="text-[#9b2eee] bg-[#9b2eee]"
/* SCSS */
$brand: #9b2eee;
/* SwiftUI */
Color(red: 0.608, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#9b2eee")Accessibility — WCAG contrast
Aa
#9b2eee on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2eee on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green18.0%
Blue93.3%
CMYK percentages
Cyan34.9%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#9b2eee text on a black background
contrast 4.02:1
Card sample
#9b2eee text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2eee;
Background color
Panel with #9b2eee background
background-color: #9b2eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2eee; background: linear-gradient(135deg, #9b2eee, #EE2EC1);