#932843
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
147, 40, 67
HSL
345°, 57%, 37%
CMYK
0, 73, 54, 42
Luminance
0.0813
Every format
| HEX | #932843 |
| RGB | rgb(147, 40, 67) |
| HSL | hsl(345, 57%, 37%) |
| CMYK | cmyk(0%, 73%, 54%, 42%) |
| LAB | lab(34.3 46.3 9.9) |
| LCH | lch(34.3 47.3 12.1) |
| OKLCH | oklch(0.451 0.142 10.2) |
Copy-ready code
/* CSS */
color: #932843;
background-color: #932843;
/* Tailwind (arbitrary) */
class="text-[#932843] bg-[#932843]"
/* SCSS */
$brand: #932843;
/* SwiftUI */
Color(red: 0.576, green: 0.157, blue: 0.263)
/* Android */
Color.parseColor("#932843")Accessibility — WCAG contrast
Aa
#932843 on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#932843 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green15.7%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow54.4%
Key (black)42.4%
Color previews
#932843 text on a black background
contrast 2.63:1
Card sample
#932843 text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #932843;
Background color
Panel with #932843 background
background-color: #932843;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #932843;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 40, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 40, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #932843; background: linear-gradient(135deg, #932843, #935428);