#462a46
a deep, soft magenta / pink · warm · closest name: black
RGB
70, 42, 70
HSL
300°, 25%, 22%
CMYK
0, 40, 0, 73
Luminance
0.0340
Every format
| HEX | #462a46 |
| RGB | rgb(70, 42, 70) |
| HSL | hsl(300, 25%, 22%) |
| CMYK | cmyk(0%, 40%, 0%, 73%) |
| LAB | lab(21.6 18.4 -12.2) |
| LCH | lch(21.6 22.0 326.4) |
| OKLCH | oklch(0.331 0.061 326.8) |
Copy-ready code
/* CSS */
color: #462a46;
background-color: #462a46;
/* Tailwind (arbitrary) */
class="text-[#462a46] bg-[#462a46]"
/* SCSS */
$brand: #462a46;
/* SwiftUI */
Color(red: 0.275, green: 0.165, blue: 0.275)
/* Android */
Color.parseColor("#462a46")Accessibility — WCAG contrast
Aa
#462a46 on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#462a46 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green16.5%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow0.0%
Key (black)72.5%
Color previews
#462a46 text on a black background
contrast 1.68:1
Card sample
#462a46 text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #462a46;
Background color
Panel with #462a46 background
background-color: #462a46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #462a46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 42, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 42, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #462a46; background: linear-gradient(135deg, #462a46, #462A33);