#874792
a dark, soft magenta / pink · warm · closest name: purple
RGB
135, 71, 146
HSL
291°, 35%, 43%
CMYK
8, 51, 0, 43
Luminance
0.1173
Every format
| HEX | #874792 |
| RGB | rgb(135, 71, 146) |
| HSL | hsl(291, 35%, 43%) |
| CMYK | cmyk(8%, 51%, 0%, 43%) |
| LAB | lab(40.8 39.3 -30.1) |
| LCH | lch(40.8 49.5 322.6) |
| OKLCH | oklch(0.506 0.134 321.6) |
Copy-ready code
/* CSS */
color: #874792;
background-color: #874792;
/* Tailwind (arbitrary) */
class="text-[#874792] bg-[#874792]"
/* SCSS */
$brand: #874792;
/* SwiftUI */
Color(red: 0.529, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#874792")Accessibility — WCAG contrast
Aa
#874792 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#874792 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green27.8%
Blue57.3%
CMYK percentages
Cyan7.5%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#874792 text on a black background
contrast 3.35:1
Card sample
#874792 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874792;
Background color
Panel with #874792 background
background-color: #874792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874792; background: linear-gradient(135deg, #874792, #92476B);