#9237cf
a balanced, vivid violet · warm · closest name: indigo
RGB
146, 55, 207
HSL
276°, 61%, 51%
CMYK
30, 73, 0, 19
Luminance
0.1335
Every format
| HEX | #9237cf |
| RGB | rgb(146, 55, 207) |
| HSL | hsl(276, 61%, 51%) |
| CMYK | cmyk(30%, 73%, 0%, 19%) |
| LAB | lab(43.3 62.6 -62.0) |
| LCH | lch(43.3 88.1 315.3) |
| OKLCH | oklch(0.539 0.223 307.8) |
Copy-ready code
/* CSS */
color: #9237cf;
background-color: #9237cf;
/* Tailwind (arbitrary) */
class="text-[#9237cf] bg-[#9237cf]"
/* SCSS */
$brand: #9237cf;
/* SwiftUI */
Color(red: 0.573, green: 0.216, blue: 0.812)
/* Android */
Color.parseColor("#9237cf")Accessibility — WCAG contrast
Aa
#9237cf on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9237cf on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green21.6%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta73.4%
Yellow0.0%
Key (black)18.8%
Color previews
#9237cf text on a black background
contrast 3.67:1
Card sample
#9237cf text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9237cf;
Background color
Panel with #9237cf background
background-color: #9237cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9237cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 55, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 55, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9237cf; background: linear-gradient(135deg, #9237cf, #CF37A7);