#932cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
147, 44, 223
HSL
275°, 74%, 52%
CMYK
34, 80, 0, 13
Luminance
0.1333
Every format
| HEX | #932cdf |
| RGB | rgb(147, 44, 223) |
| HSL | hsl(275, 74%, 52%) |
| CMYK | cmyk(34%, 80%, 0%, 13%) |
| LAB | lab(43.3 70.2 -71.3) |
| LCH | lch(43.3 100.0 314.6) |
| OKLCH | oklch(0.543 0.248 305.2) |
Copy-ready code
/* CSS */
color: #932cdf;
background-color: #932cdf;
/* Tailwind (arbitrary) */
class="text-[#932cdf] bg-[#932cdf]"
/* SCSS */
$brand: #932cdf;
/* SwiftUI */
Color(red: 0.576, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#932cdf")Accessibility — WCAG contrast
Aa
#932cdf on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#932cdf on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green17.3%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#932cdf text on a black background
contrast 3.67:1
Card sample
#932cdf text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #932cdf;
Background color
Panel with #932cdf background
background-color: #932cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #932cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #932cdf; background: linear-gradient(135deg, #932cdf, #DF2CB4);