#9132ef
a balanced, electric violet · warm · closest name: blue
RGB
145, 50, 239
HSL
270°, 86%, 57%
CMYK
39, 79, 0, 6
Luminance
0.1453
Every format
| HEX | #9132ef |
| RGB | rgb(145, 50, 239) |
| HSL | hsl(270, 86%, 57%) |
| CMYK | cmyk(39%, 79%, 0%, 6%) |
| LAB | lab(45.0 71.4 -77.5) |
| LCH | lch(45.0 105.4 312.6) |
| OKLCH | oklch(0.558 0.258 300.7) |
Copy-ready code
/* CSS */
color: #9132ef;
background-color: #9132ef;
/* Tailwind (arbitrary) */
class="text-[#9132ef] bg-[#9132ef]"
/* SCSS */
$brand: #9132ef;
/* SwiftUI */
Color(red: 0.569, green: 0.196, blue: 0.937)
/* Android */
Color.parseColor("#9132ef")Accessibility — WCAG contrast
Aa
#9132ef on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9132ef on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green19.6%
Blue93.7%
CMYK percentages
Cyan39.3%
Magenta79.1%
Yellow0.0%
Key (black)6.3%
Color previews
#9132ef text on a black background
contrast 3.91:1
Card sample
#9132ef text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9132ef;
Background color
Panel with #9132ef background
background-color: #9132ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9132ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 50, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 50, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9132ef; background: linear-gradient(135deg, #9132ef, #EF32CF);