#940094
a dark, electric magenta / pink · warm · closest name: purple
RGB
148, 0, 148
HSL
300°, 100%, 29%
CMYK
0, 100, 0, 42
Luminance
0.0843
Every format
| HEX | #940094 |
| RGB | rgb(148, 0, 148) |
| HSL | hsl(300, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 0%, 42%) |
| LAB | lab(34.9 65.5 -40.5) |
| LCH | lch(34.9 77.0 328.2) |
| OKLCH | oklch(0.468 0.215 328.4) |
Copy-ready code
/* CSS */
color: #940094;
background-color: #940094;
/* Tailwind (arbitrary) */
class="text-[#940094] bg-[#940094]"
/* SCSS */
$brand: #940094;
/* SwiftUI */
Color(red: 0.580, green: 0.000, blue: 0.580)
/* Android */
Color.parseColor("#940094")Accessibility — WCAG contrast
Aa
#940094 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#940094 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green0.0%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)42.0%
Color previews
#940094 text on a black background
contrast 2.69:1
Card sample
#940094 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #940094;
Background color
Panel with #940094 background
background-color: #940094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #940094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 0, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 0, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #940094; background: linear-gradient(135deg, #940094, #940031);