#8933df
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 51, 223
HSL
270°, 73%, 54%
CMYK
39, 77, 0, 13
Luminance
0.1301
Every format
| HEX | #8933df |
| RGB | rgb(137, 51, 223) |
| HSL | hsl(270, 73%, 54%) |
| CMYK | cmyk(39%, 77%, 0%, 13%) |
| LAB | lab(42.8 66.2 -72.1) |
| LCH | lch(42.8 97.9 312.6) |
| OKLCH | oklch(0.537 0.240 301.1) |
Copy-ready code
/* CSS */
color: #8933df;
background-color: #8933df;
/* Tailwind (arbitrary) */
class="text-[#8933df] bg-[#8933df]"
/* SCSS */
$brand: #8933df;
/* SwiftUI */
Color(red: 0.537, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#8933df")Accessibility — WCAG contrast
Aa
#8933df on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8933df on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green20.0%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8933df text on a black background
contrast 3.60:1
Card sample
#8933df text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8933df;
Background color
Panel with #8933df background
background-color: #8933df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8933df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8933df; background: linear-gradient(135deg, #8933df, #DF33C2);