#9134ad
a dark, vivid violet · warm · closest name: purple
RGB
145, 52, 173
HSL
286°, 54%, 44%
CMYK
16, 70, 0, 32
Luminance
0.1149
Every format
| HEX | #9134ad |
| RGB | rgb(145, 52, 173) |
| HSL | hsl(286, 54%, 44%) |
| CMYK | cmyk(16%, 70%, 0%, 32%) |
| LAB | lab(40.4 56.5 -46.8) |
| LCH | lch(40.4 73.3 320.4) |
| OKLCH | oklch(0.511 0.194 317.3) |
Copy-ready code
/* CSS */
color: #9134ad;
background-color: #9134ad;
/* Tailwind (arbitrary) */
class="text-[#9134ad] bg-[#9134ad]"
/* SCSS */
$brand: #9134ad;
/* SwiftUI */
Color(red: 0.569, green: 0.204, blue: 0.678)
/* Android */
Color.parseColor("#9134ad")Accessibility — WCAG contrast
Aa
#9134ad on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9134ad on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green20.4%
Blue67.8%
CMYK percentages
Cyan16.2%
Magenta69.9%
Yellow0.0%
Key (black)32.2%
Color previews
#9134ad text on a black background
contrast 3.30:1
Card sample
#9134ad text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9134ad;
Background color
Panel with #9134ad background
background-color: #9134ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9134ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 52, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 52, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9134ad; background: linear-gradient(135deg, #9134ad, #AD3478);