#9b1853
a dark, vivid magenta / pink · warm · closest name: purple
RGB
155, 24, 83
HSL
333°, 73%, 35%
CMYK
0, 85, 47, 39
Luminance
0.0825
Every format
| HEX | #9b1853 |
| RGB | rgb(155, 24, 83) |
| HSL | hsl(333, 73%, 35%) |
| CMYK | cmyk(0%, 85%, 47%, 39%) |
| LAB | lab(34.5 55.0 0.1) |
| LCH | lch(34.5 55.0 0.1) |
| OKLCH | oklch(0.458 0.169 0.3) |
Copy-ready code
/* CSS */
color: #9b1853;
background-color: #9b1853;
/* Tailwind (arbitrary) */
class="text-[#9b1853] bg-[#9b1853]"
/* SCSS */
$brand: #9b1853;
/* SwiftUI */
Color(red: 0.608, green: 0.094, blue: 0.325)
/* Android */
Color.parseColor("#9b1853")Accessibility — WCAG contrast
Aa
#9b1853 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b1853 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green9.4%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow46.5%
Key (black)39.2%
Color previews
#9b1853 text on a black background
contrast 2.65:1
Card sample
#9b1853 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b1853;
Background color
Panel with #9b1853 background
background-color: #9b1853;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b1853;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 24, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 24, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b1853; background: linear-gradient(135deg, #9b1853, #9B3418);