#940286
a dark, electric magenta / pink · warm · closest name: purple
RGB
148, 2, 134
HSL
306°, 97%, 29%
CMYK
0, 99, 10, 42
Luminance
0.0806
Every format
| HEX | #940286 |
| RGB | rgb(148, 2, 134) |
| HSL | hsl(306, 97%, 29%) |
| CMYK | cmyk(0%, 99%, 10%, 42%) |
| LAB | lab(34.1 63.1 -33.1) |
| LCH | lch(34.1 71.3 332.3) |
| OKLCH | oklch(0.460 0.205 333.6) |
Copy-ready code
/* CSS */
color: #940286;
background-color: #940286;
/* Tailwind (arbitrary) */
class="text-[#940286] bg-[#940286]"
/* SCSS */
$brand: #940286;
/* SwiftUI */
Color(red: 0.580, green: 0.008, blue: 0.525)
/* Android */
Color.parseColor("#940286")Accessibility — WCAG contrast
Aa
#940286 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#940286 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green0.8%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow9.5%
Key (black)42.0%
Color previews
#940286 text on a black background
contrast 2.61:1
Card sample
#940286 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #940286;
Background color
Panel with #940286 background
background-color: #940286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #940286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 2, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 2, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #940286; background: linear-gradient(135deg, #940286, #940225);