#8b2cef
a balanced, electric violet · warm · closest name: blue
RGB
139, 44, 239
HSL
269°, 86%, 56%
CMYK
42, 82, 0, 6
Luminance
0.1352
Every format
| HEX | #8b2cef |
| RGB | rgb(139, 44, 239) |
| HSL | hsl(269, 86%, 56%) |
| CMYK | cmyk(42%, 82%, 0%, 6%) |
| LAB | lab(43.5 72.5 -79.9) |
| LCH | lch(43.5 107.9 312.2) |
| OKLCH | oklch(0.547 0.262 299.0) |
Copy-ready code
/* CSS */
color: #8b2cef;
background-color: #8b2cef;
/* Tailwind (arbitrary) */
class="text-[#8b2cef] bg-[#8b2cef]"
/* SCSS */
$brand: #8b2cef;
/* SwiftUI */
Color(red: 0.545, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#8b2cef")Accessibility — WCAG contrast
Aa
#8b2cef on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8b2cef on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green17.3%
Blue93.7%
CMYK percentages
Cyan41.8%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#8b2cef text on a black background
contrast 3.70:1
Card sample
#8b2cef text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b2cef;
Background color
Panel with #8b2cef background
background-color: #8b2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b2cef; background: linear-gradient(135deg, #8b2cef, #EF2CD1);