#8b188f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
139, 24, 143
HSL
298°, 71%, 33%
CMYK
3, 83, 0, 44
Luminance
0.0813
Every format
| HEX | #8b188f |
| RGB | rgb(139, 24, 143) |
| HSL | hsl(298, 71%, 33%) |
| CMYK | cmyk(3%, 83%, 0%, 44%) |
| LAB | lab(34.3 59.1 -38.6) |
| LCH | lch(34.3 70.6 326.9) |
| OKLCH | oklch(0.459 0.195 326.6) |
Copy-ready code
/* CSS */
color: #8b188f;
background-color: #8b188f;
/* Tailwind (arbitrary) */
class="text-[#8b188f] bg-[#8b188f]"
/* SCSS */
$brand: #8b188f;
/* SwiftUI */
Color(red: 0.545, green: 0.094, blue: 0.561)
/* Android */
Color.parseColor("#8b188f")Accessibility — WCAG contrast
Aa
#8b188f on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8b188f on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green9.4%
Blue56.1%
CMYK percentages
Cyan2.8%
Magenta83.2%
Yellow0.0%
Key (black)43.9%
Color previews
#8b188f text on a black background
contrast 2.63:1
Card sample
#8b188f text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b188f;
Background color
Panel with #8b188f background
background-color: #8b188f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b188f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 24, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 24, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b188f; background: linear-gradient(135deg, #8b188f, #8F1844);