#8908ba
a dark, electric violet · warm · closest name: indigo
RGB
137, 8, 186
HSL
284°, 92%, 38%
CMYK
26, 96, 0, 27
Luminance
0.0904
Every format
| HEX | #8908ba |
| RGB | rgb(137, 8, 186) |
| HSL | hsl(284, 92%, 38%) |
| CMYK | cmyk(26%, 96%, 0%, 27%) |
| LAB | lab(36.1 69.3 -61.6) |
| LCH | lch(36.1 92.7 318.4) |
| OKLCH | oklch(0.481 0.236 312.3) |
Copy-ready code
/* CSS */
color: #8908ba;
background-color: #8908ba;
/* Tailwind (arbitrary) */
class="text-[#8908ba] bg-[#8908ba]"
/* SCSS */
$brand: #8908ba;
/* SwiftUI */
Color(red: 0.537, green: 0.031, blue: 0.729)
/* Android */
Color.parseColor("#8908ba")Accessibility — WCAG contrast
Aa
#8908ba on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8908ba on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green3.1%
Blue72.9%
CMYK percentages
Cyan26.3%
Magenta95.7%
Yellow0.0%
Key (black)27.1%
Color previews
#8908ba text on a black background
contrast 2.81:1
Card sample
#8908ba text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8908ba;
Background color
Panel with #8908ba background
background-color: #8908ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8908ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 8, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 8, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8908ba; background: linear-gradient(135deg, #8908ba, #BA0874);