#8b2dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
139, 45, 191
HSL
279°, 62%, 46%
CMYK
27, 76, 0, 25
Luminance
0.1113
Every format
| HEX | #8b2dbf |
| RGB | rgb(139, 45, 191) |
| HSL | hsl(279, 62%, 46%) |
| CMYK | cmyk(27%, 76%, 0%, 25%) |
| LAB | lab(39.8 61.7 -58.4) |
| LCH | lch(39.8 85.0 316.6) |
| OKLCH | oklch(0.509 0.216 310.0) |
Copy-ready code
/* CSS */
color: #8b2dbf;
background-color: #8b2dbf;
/* Tailwind (arbitrary) */
class="text-[#8b2dbf] bg-[#8b2dbf]"
/* SCSS */
$brand: #8b2dbf;
/* SwiftUI */
Color(red: 0.545, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#8b2dbf")Accessibility — WCAG contrast
Aa
#8b2dbf on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8b2dbf on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green17.6%
Blue74.9%
CMYK percentages
Cyan27.2%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#8b2dbf text on a black background
contrast 3.23:1
Card sample
#8b2dbf text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b2dbf;
Background color
Panel with #8b2dbf background
background-color: #8b2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b2dbf; background: linear-gradient(135deg, #8b2dbf, #BF2D92);