#8d22eb
a balanced, electric violet · warm · closest name: blue
RGB
141, 34, 235
HSL
272°, 83%, 53%
CMYK
40, 86, 0, 8
Luminance
0.1280
Every format
| HEX | #8d22eb |
| RGB | rgb(141, 34, 235) |
| HSL | hsl(272, 83%, 53%) |
| CMYK | cmyk(40%, 86%, 0%, 8%) |
| LAB | lab(42.5 74.8 -79.4) |
| LCH | lch(42.5 109.1 313.3) |
| OKLCH | oklch(0.539 0.265 301.1) |
Copy-ready code
/* CSS */
color: #8d22eb;
background-color: #8d22eb;
/* Tailwind (arbitrary) */
class="text-[#8d22eb] bg-[#8d22eb]"
/* SCSS */
$brand: #8d22eb;
/* SwiftUI */
Color(red: 0.553, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#8d22eb")Accessibility — WCAG contrast
Aa
#8d22eb on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d22eb on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green13.3%
Blue92.2%
CMYK percentages
Cyan40.0%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#8d22eb text on a black background
contrast 3.56:1
Card sample
#8d22eb text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d22eb;
Background color
Panel with #8d22eb background
background-color: #8d22eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d22eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d22eb; background: linear-gradient(135deg, #8d22eb, #EB22C3);