#932baf
a dark, vivid violet · warm · closest name: purple
RGB
147, 43, 175
HSL
287°, 61%, 43%
CMYK
16, 75, 0, 31
Luminance
0.1103
Every format
| HEX | #932baf |
| RGB | rgb(147, 43, 175) |
| HSL | hsl(287, 61%, 43%) |
| CMYK | cmyk(16%, 75%, 0%, 31%) |
| LAB | lab(39.6 60.7 -49.2) |
| LCH | lch(39.6 78.2 321.0) |
| OKLCH | oklch(0.506 0.207 318.0) |
Copy-ready code
/* CSS */
color: #932baf;
background-color: #932baf;
/* Tailwind (arbitrary) */
class="text-[#932baf] bg-[#932baf]"
/* SCSS */
$brand: #932baf;
/* SwiftUI */
Color(red: 0.576, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#932baf")Accessibility — WCAG contrast
Aa
#932baf on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#932baf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green16.9%
Blue68.6%
CMYK percentages
Cyan16.0%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#932baf text on a black background
contrast 3.21:1
Card sample
#932baf text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #932baf;
Background color
Panel with #932baf background
background-color: #932baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #932baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #932baf; background: linear-gradient(135deg, #932baf, #AF2B73);