#863558
a dark, soft magenta / pink · warm · closest name: purple
RGB
134, 53, 88
HSL
334°, 43%, 37%
CMYK
0, 60, 34, 48
Luminance
0.0832
Every format
| HEX | #863558 |
| RGB | rgb(134, 53, 88) |
| HSL | hsl(334, 43%, 37%) |
| CMYK | cmyk(0%, 60%, 34%, 48%) |
| LAB | lab(34.6 38.5 -3.4) |
| LCH | lch(34.6 38.6 354.9) |
| OKLCH | oklch(0.452 0.117 355.9) |
Copy-ready code
/* CSS */
color: #863558;
background-color: #863558;
/* Tailwind (arbitrary) */
class="text-[#863558] bg-[#863558]"
/* SCSS */
$brand: #863558;
/* SwiftUI */
Color(red: 0.525, green: 0.208, blue: 0.345)
/* Android */
Color.parseColor("#863558")Accessibility — WCAG contrast
Aa
#863558 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#863558 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green20.8%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow34.3%
Key (black)47.5%
Color previews
#863558 text on a black background
contrast 2.66:1
Card sample
#863558 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863558;
Background color
Panel with #863558 background
background-color: #863558;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863558;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 53, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 53, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863558; background: linear-gradient(135deg, #863558, #864835);