#9b005f
a dark, electric magenta / pink · warm · closest name: purple
RGB
155, 0, 95
HSL
323°, 100%, 30%
CMYK
0, 100, 39, 39
Luminance
0.0779
Every format
| HEX | #9b005f |
| RGB | rgb(155, 0, 95) |
| HSL | hsl(323, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 39%, 39%) |
| LAB | lab(33.6 60.1 -9.1) |
| LCH | lch(33.6 60.8 351.4) |
| OKLCH | oklch(0.452 0.187 352.8) |
Copy-ready code
/* CSS */
color: #9b005f;
background-color: #9b005f;
/* Tailwind (arbitrary) */
class="text-[#9b005f] bg-[#9b005f]"
/* SCSS */
$brand: #9b005f;
/* SwiftUI */
Color(red: 0.608, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#9b005f")Accessibility — WCAG contrast
Aa
#9b005f on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b005f on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow38.7%
Key (black)39.2%
Color previews
#9b005f text on a black background
contrast 2.56:1
Card sample
#9b005f text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b005f;
Background color
Panel with #9b005f background
background-color: #9b005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b005f; background: linear-gradient(135deg, #9b005f, #9B0800);