#940f59
a dark, electric magenta / pink · warm · closest name: purple
RGB
148, 15, 89
HSL
327°, 82%, 32%
CMYK
0, 90, 40, 42
Luminance
0.0736
Every format
| HEX | #940f59 |
| RGB | rgb(148, 15, 89) |
| HSL | hsl(327, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 40%, 42%) |
| LAB | lab(32.6 55.7 -6.8) |
| LCH | lch(32.6 56.1 353.0) |
| OKLCH | oklch(0.442 0.172 354.3) |
Copy-ready code
/* CSS */
color: #940f59;
background-color: #940f59;
/* Tailwind (arbitrary) */
class="text-[#940f59] bg-[#940f59]"
/* SCSS */
$brand: #940f59;
/* SwiftUI */
Color(red: 0.580, green: 0.059, blue: 0.349)
/* Android */
Color.parseColor("#940f59")Accessibility — WCAG contrast
Aa
#940f59 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#940f59 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green5.9%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow39.9%
Key (black)42.0%
Color previews
#940f59 text on a black background
contrast 2.47:1
Card sample
#940f59 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #940f59;
Background color
Panel with #940f59 background
background-color: #940f59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #940f59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 15, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 15, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #940f59; background: linear-gradient(135deg, #940f59, #941E0F);