#542232
a deep, soft magenta / pink · warm · closest name: black
RGB
84, 34, 50
HSL
341°, 42%, 23%
CMYK
0, 60, 41, 67
Luminance
0.0326
Every format
| HEX | #542232 |
| RGB | rgb(84, 34, 50) |
| HSL | hsl(341, 42%, 23%) |
| CMYK | cmyk(0%, 60%, 41%, 67%) |
| LAB | lab(21.1 25.1 0.9) |
| LCH | lch(21.1 25.2 2.2) |
| OKLCH | oklch(0.329 0.077 2.1) |
Copy-ready code
/* CSS */
color: #542232;
background-color: #542232;
/* Tailwind (arbitrary) */
class="text-[#542232] bg-[#542232]"
/* SCSS */
$brand: #542232;
/* SwiftUI */
Color(red: 0.329, green: 0.133, blue: 0.196)
/* Android */
Color.parseColor("#542232")Accessibility — WCAG contrast
Aa
#542232 on white: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#542232 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green13.3%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow40.5%
Key (black)67.1%
Color previews
#542232 text on a black background
contrast 1.65:1
Card sample
#542232 text on a white background
contrast 12.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #542232;
Background color
Panel with #542232 background
background-color: #542232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #542232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 34, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 34, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #542232; background: linear-gradient(135deg, #542232, #543322);