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