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