#461321
a deep, vivid magenta / pink · warm · closest name: black
RGB
70, 19, 33
HSL
344°, 57%, 18%
CMYK
0, 73, 53, 73
Luminance
0.0188
Every format
| HEX | #461321 |
| RGB | rgb(70, 19, 33) |
| HSL | hsl(344, 57%, 18%) |
| CMYK | cmyk(0%, 73%, 53%, 73%) |
| LAB | lab(14.8 25.7 3.8) |
| LCH | lch(14.8 26.0 8.3) |
| OKLCH | oklch(0.276 0.079 7.2) |
Copy-ready code
/* CSS */
color: #461321;
background-color: #461321;
/* Tailwind (arbitrary) */
class="text-[#461321] bg-[#461321]"
/* SCSS */
$brand: #461321;
/* SwiftUI */
Color(red: 0.275, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#461321")Accessibility — WCAG contrast
Aa
#461321 on white: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461321 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow52.9%
Key (black)72.5%
Color previews
#461321 text on a black background
contrast 1.38:1
Card sample
#461321 text on a white background
contrast 15.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461321;
Background color
Panel with #461321 background
background-color: #461321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461321; background: linear-gradient(135deg, #461321, #462713);