#461a35
a deep, vivid magenta / pink · warm · closest name: black
RGB
70, 26, 53
HSL
323°, 46%, 19%
CMYK
0, 63, 24, 73
Luminance
0.0230
Every format
| HEX | #461a35 |
| RGB | rgb(70, 26, 53) |
| HSL | hsl(323, 46%, 19%) |
| CMYK | cmyk(0%, 63%, 24%, 73%) |
| LAB | lab(17.0 24.8 -7.5) |
| LCH | lch(17.0 25.9 343.2) |
| OKLCH | oklch(0.294 0.077 345.1) |
Copy-ready code
/* CSS */
color: #461a35;
background-color: #461a35;
/* Tailwind (arbitrary) */
class="text-[#461a35] bg-[#461a35]"
/* SCSS */
$brand: #461a35;
/* SwiftUI */
Color(red: 0.275, green: 0.102, blue: 0.208)
/* Android */
Color.parseColor("#461a35")Accessibility — WCAG contrast
Aa
#461a35 on white: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461a35 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green10.2%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow24.3%
Key (black)72.5%
Color previews
#461a35 text on a black background
contrast 1.46:1
Card sample
#461a35 text on a white background
contrast 14.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461a35;
Background color
Panel with #461a35 background
background-color: #461a35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461a35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 26, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 26, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461a35; background: linear-gradient(135deg, #461a35, #461C1A);