#9032df
a balanced, vivid violet · warm · closest name: indigo
RGB
144, 50, 223
HSL
273°, 73%, 54%
CMYK
35, 78, 0, 13
Luminance
0.1354
Every format
| HEX | #9032df |
| RGB | rgb(144, 50, 223) |
| HSL | hsl(273, 73%, 54%) |
| CMYK | cmyk(35%, 78%, 0%, 13%) |
| LAB | lab(43.6 67.7 -70.8) |
| LCH | lch(43.6 97.9 313.7) |
| OKLCH | oklch(0.544 0.242 303.7) |
Copy-ready code
/* CSS */
color: #9032df;
background-color: #9032df;
/* Tailwind (arbitrary) */
class="text-[#9032df] bg-[#9032df]"
/* SCSS */
$brand: #9032df;
/* SwiftUI */
Color(red: 0.565, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#9032df")Accessibility — WCAG contrast
Aa
#9032df on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9032df on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green19.6%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#9032df text on a black background
contrast 3.71:1
Card sample
#9032df text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9032df;
Background color
Panel with #9032df background
background-color: #9032df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9032df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9032df; background: linear-gradient(135deg, #9032df, #DF32BB);