#94337f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
148, 51, 127
HSL
313°, 49%, 39%
CMYK
0, 66, 14, 42
Luminance
0.1020
Every format
| HEX | #94337f |
| RGB | rgb(148, 51, 127) |
| HSL | hsl(313, 49%, 39%) |
| CMYK | cmyk(0%, 66%, 14%, 42%) |
| LAB | lab(38.2 49.4 -22.4) |
| LCH | lch(38.2 54.2 335.6) |
| OKLCH | oklch(0.488 0.157 337.3) |
Copy-ready code
/* CSS */
color: #94337f;
background-color: #94337f;
/* Tailwind (arbitrary) */
class="text-[#94337f] bg-[#94337f]"
/* SCSS */
$brand: #94337f;
/* SwiftUI */
Color(red: 0.580, green: 0.200, blue: 0.498)
/* Android */
Color.parseColor("#94337f")Accessibility — WCAG contrast
Aa
#94337f on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#94337f on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green20.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow14.2%
Key (black)42.0%
Color previews
#94337f text on a black background
contrast 3.04:1
Card sample
#94337f text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94337f;
Background color
Panel with #94337f background
background-color: #94337f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94337f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 51, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 51, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94337f; background: linear-gradient(135deg, #94337f, #94333E);