#9b0f7b
a dark, electric magenta / pink · warm · closest name: purple
RGB
155, 15, 123
HSL
314°, 82%, 33%
CMYK
0, 90, 21, 39
Luminance
0.0874
Every format
| HEX | #9b0f7b |
| RGB | rgb(155, 15, 123) |
| HSL | hsl(314, 82%, 33%) |
| CMYK | cmyk(0%, 90%, 21%, 39%) |
| LAB | lab(35.5 61.3 -24.0) |
| LCH | lch(35.5 65.8 338.6) |
| OKLCH | oklch(0.470 0.195 340.6) |
Copy-ready code
/* CSS */
color: #9b0f7b;
background-color: #9b0f7b;
/* Tailwind (arbitrary) */
class="text-[#9b0f7b] bg-[#9b0f7b]"
/* SCSS */
$brand: #9b0f7b;
/* SwiftUI */
Color(red: 0.608, green: 0.059, blue: 0.482)
/* Android */
Color.parseColor("#9b0f7b")Accessibility — WCAG contrast
Aa
#9b0f7b on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b0f7b on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green5.9%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow20.6%
Key (black)39.2%
Color previews
#9b0f7b text on a black background
contrast 2.75:1
Card sample
#9b0f7b text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0f7b;
Background color
Panel with #9b0f7b background
background-color: #9b0f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 15, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 15, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0f7b; background: linear-gradient(135deg, #9b0f7b, #9B0F1E);