#9130b2
a dark, vivid violet · warm · closest name: purple
RGB
145, 48, 178
HSL
285°, 58%, 44%
CMYK
19, 73, 0, 30
Luminance
0.1135
Every format
| HEX | #9130b2 |
| RGB | rgb(145, 48, 178) |
| HSL | hsl(285, 58%, 44%) |
| CMYK | cmyk(19%, 73%, 0%, 30%) |
| LAB | lab(40.2 59.1 -50.1) |
| LCH | lch(40.2 77.5 319.7) |
| OKLCH | oklch(0.510 0.203 316.0) |
Copy-ready code
/* CSS */
color: #9130b2;
background-color: #9130b2;
/* Tailwind (arbitrary) */
class="text-[#9130b2] bg-[#9130b2]"
/* SCSS */
$brand: #9130b2;
/* SwiftUI */
Color(red: 0.569, green: 0.188, blue: 0.698)
/* Android */
Color.parseColor("#9130b2")Accessibility — WCAG contrast
Aa
#9130b2 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9130b2 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green18.8%
Blue69.8%
CMYK percentages
Cyan18.5%
Magenta73.0%
Yellow0.0%
Key (black)30.2%
Color previews
#9130b2 text on a black background
contrast 3.27:1
Card sample
#9130b2 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9130b2;
Background color
Panel with #9130b2 background
background-color: #9130b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9130b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 48, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 48, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9130b2; background: linear-gradient(135deg, #9130b2, #B2307C);