#942aea
a balanced, electric violet · warm · closest name: magenta
RGB
148, 42, 234
HSL
273°, 82%, 54%
CMYK
37, 82, 0, 8
Luminance
0.1389
Every format
| HEX | #942aea |
| RGB | rgb(148, 42, 234) |
| HSL | hsl(273, 82%, 54%) |
| CMYK | cmyk(37%, 82%, 0%, 8%) |
| LAB | lab(44.1 73.3 -76.2) |
| LCH | lch(44.1 105.7 313.9) |
| OKLCH | oklch(0.552 0.260 303.2) |
Copy-ready code
/* CSS */
color: #942aea;
background-color: #942aea;
/* Tailwind (arbitrary) */
class="text-[#942aea] bg-[#942aea]"
/* SCSS */
$brand: #942aea;
/* SwiftUI */
Color(red: 0.580, green: 0.165, blue: 0.918)
/* Android */
Color.parseColor("#942aea")Accessibility — WCAG contrast
Aa
#942aea on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#942aea on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green16.5%
Blue91.8%
CMYK percentages
Cyan36.8%
Magenta82.1%
Yellow0.0%
Key (black)8.2%
Color previews
#942aea text on a black background
contrast 3.78:1
Card sample
#942aea text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #942aea;
Background color
Panel with #942aea background
background-color: #942aea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #942aea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 42, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 42, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #942aea; background: linear-gradient(135deg, #942aea, #EA2AC0);