#8a314f
a dark, vivid magenta / pink · warm · closest name: sienna
RGB
138, 49, 79
HSL
340°, 48%, 37%
CMYK
0, 65, 43, 46
Luminance
0.0816
Every format
| HEX | #8a314f |
| RGB | rgb(138, 49, 79) |
| HSL | hsl(340, 48%, 37%) |
| CMYK | cmyk(0%, 65%, 43%, 46%) |
| LAB | lab(34.3 40.6 2.0) |
| LCH | lch(34.3 40.7 2.8) |
| OKLCH | oklch(0.450 0.124 2.6) |
Copy-ready code
/* CSS */
color: #8a314f;
background-color: #8a314f;
/* Tailwind (arbitrary) */
class="text-[#8a314f] bg-[#8a314f]"
/* SCSS */
$brand: #8a314f;
/* SwiftUI */
Color(red: 0.541, green: 0.192, blue: 0.310)
/* Android */
Color.parseColor("#8a314f")Accessibility — WCAG contrast
Aa
#8a314f on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8a314f on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green19.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow42.8%
Key (black)45.9%
Color previews
#8a314f text on a black background
contrast 2.63:1
Card sample
#8a314f text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a314f;
Background color
Panel with #8a314f background
background-color: #8a314f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a314f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 49, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 49, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a314f; background: linear-gradient(135deg, #8a314f, #8A4E31);