#9134df
a balanced, vivid violet · warm · closest name: indigo
RGB
145, 52, 223
HSL
273°, 73%, 54%
CMYK
35, 77, 0, 13
Luminance
0.1380
Every format
| HEX | #9134df |
| RGB | rgb(145, 52, 223) |
| HSL | hsl(273, 73%, 54%) |
| CMYK | cmyk(35%, 77%, 0%, 13%) |
| LAB | lab(44.0 67.1 -70.1) |
| LCH | lch(44.0 97.1 313.7) |
| OKLCH | oklch(0.547 0.241 303.9) |
Copy-ready code
/* CSS */
color: #9134df;
background-color: #9134df;
/* Tailwind (arbitrary) */
class="text-[#9134df] bg-[#9134df]"
/* SCSS */
$brand: #9134df;
/* SwiftUI */
Color(red: 0.569, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#9134df")Accessibility — WCAG contrast
Aa
#9134df on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9134df on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green20.4%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9134df text on a black background
contrast 3.76:1
Card sample
#9134df text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9134df;
Background color
Panel with #9134df background
background-color: #9134df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9134df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9134df; background: linear-gradient(135deg, #9134df, #DF34BB);