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