#8b2cf3
a balanced, electric violet · warm · closest name: blue
RGB
139, 44, 243
HSL
269°, 89%, 56%
CMYK
43, 82, 0, 5
Luminance
0.1376
Every format
| HEX | #8b2cf3 |
| RGB | rgb(139, 44, 243) |
| HSL | hsl(269, 89%, 56%) |
| CMYK | cmyk(43%, 82%, 0%, 5%) |
| LAB | lab(43.9 73.5 -81.6) |
| LCH | lch(43.9 109.8 312.0) |
| OKLCH | oklch(0.550 0.265 298.3) |
Copy-ready code
/* CSS */
color: #8b2cf3;
background-color: #8b2cf3;
/* Tailwind (arbitrary) */
class="text-[#8b2cf3] bg-[#8b2cf3]"
/* SCSS */
$brand: #8b2cf3;
/* SwiftUI */
Color(red: 0.545, green: 0.173, blue: 0.953)
/* Android */
Color.parseColor("#8b2cf3")Accessibility — WCAG contrast
Aa
#8b2cf3 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8b2cf3 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green17.3%
Blue95.3%
CMYK percentages
Cyan42.8%
Magenta81.9%
Yellow0.0%
Key (black)4.7%
Color previews
#8b2cf3 text on a black background
contrast 3.75:1
Card sample
#8b2cf3 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b2cf3;
Background color
Panel with #8b2cf3 background
background-color: #8b2cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b2cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 44, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 44, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b2cf3; background: linear-gradient(135deg, #8b2cf3, #F32CD6);