#9130df
a balanced, vivid violet · warm · closest name: indigo
RGB
145, 48, 223
HSL
273°, 73%, 53%
CMYK
35, 79, 0, 13
Luminance
0.1346
Every format
| HEX | #9130df |
| RGB | rgb(145, 48, 223) |
| HSL | hsl(273, 73%, 53%) |
| CMYK | cmyk(35%, 79%, 0%, 13%) |
| LAB | lab(43.5 68.5 -71.0) |
| LCH | lch(43.5 98.6 314.0) |
| OKLCH | oklch(0.544 0.245 304.2) |
Copy-ready code
/* CSS */
color: #9130df;
background-color: #9130df;
/* Tailwind (arbitrary) */
class="text-[#9130df] bg-[#9130df]"
/* SCSS */
$brand: #9130df;
/* SwiftUI */
Color(red: 0.569, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#9130df")Accessibility — WCAG contrast
Aa
#9130df on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9130df on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green18.8%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9130df text on a black background
contrast 3.69:1
Card sample
#9130df text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9130df;
Background color
Panel with #9130df background
background-color: #9130df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9130df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9130df; background: linear-gradient(135deg, #9130df, #DF30B8);