#9136df
a balanced, vivid violet · warm · closest name: indigo
RGB
145, 54, 223
HSL
272°, 73%, 54%
CMYK
35, 76, 0, 13
Luminance
0.1399
Every format
| HEX | #9136df |
| RGB | rgb(145, 54, 223) |
| HSL | hsl(272, 73%, 54%) |
| CMYK | cmyk(35%, 76%, 0%, 13%) |
| LAB | lab(44.2 66.3 -69.7) |
| LCH | lch(44.2 96.2 313.6) |
| OKLCH | oklch(0.549 0.239 303.7) |
Copy-ready code
/* CSS */
color: #9136df;
background-color: #9136df;
/* Tailwind (arbitrary) */
class="text-[#9136df] bg-[#9136df]"
/* SCSS */
$brand: #9136df;
/* SwiftUI */
Color(red: 0.569, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#9136df")Accessibility — WCAG contrast
Aa
#9136df on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9136df on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green21.2%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#9136df text on a black background
contrast 3.80:1
Card sample
#9136df text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9136df;
Background color
Panel with #9136df background
background-color: #9136df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9136df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9136df; background: linear-gradient(135deg, #9136df, #DF36BC);