#9b183f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
155, 24, 63
HSL
342°, 73%, 35%
CMYK
0, 85, 59, 39
Luminance
0.0798
Every format
| HEX | #9b183f |
| RGB | rgb(155, 24, 63) |
| HSL | hsl(342, 73%, 35%) |
| CMYK | cmyk(0%, 85%, 59%, 39%) |
| LAB | lab(34.0 53.4 12.3) |
| LCH | lch(34.0 54.8 13.0) |
| OKLCH | oklch(0.452 0.165 10.8) |
Copy-ready code
/* CSS */
color: #9b183f;
background-color: #9b183f;
/* Tailwind (arbitrary) */
class="text-[#9b183f] bg-[#9b183f]"
/* SCSS */
$brand: #9b183f;
/* SwiftUI */
Color(red: 0.608, green: 0.094, blue: 0.247)
/* Android */
Color.parseColor("#9b183f")Accessibility — WCAG contrast
Aa
#9b183f on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b183f on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green9.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow59.4%
Key (black)39.2%
Color previews
#9b183f text on a black background
contrast 2.60:1
Card sample
#9b183f text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b183f;
Background color
Panel with #9b183f background
background-color: #9b183f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b183f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 24, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 24, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b183f; background: linear-gradient(135deg, #9b183f, #9B4818);