#461721
a deep, vivid red · warm · closest name: black
RGB
70, 23, 33
HSL
347°, 51%, 18%
CMYK
0, 67, 53, 73
Luminance
0.0202
Every format
| HEX | #461721 |
| RGB | rgb(70, 23, 33) |
| HSL | hsl(347, 51%, 18%) |
| CMYK | cmyk(0%, 67%, 53%, 73%) |
| LAB | lab(15.6 23.6 4.9) |
| LCH | lch(15.6 24.1 11.6) |
| OKLCH | oklch(0.282 0.073 10.0) |
Copy-ready code
/* CSS */
color: #461721;
background-color: #461721;
/* Tailwind (arbitrary) */
class="text-[#461721] bg-[#461721]"
/* SCSS */
$brand: #461721;
/* SwiftUI */
Color(red: 0.275, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#461721")Accessibility — WCAG contrast
Aa
#461721 on white: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461721 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow52.9%
Key (black)72.5%
Color previews
#461721 text on a black background
contrast 1.40:1
Card sample
#461721 text on a white background
contrast 14.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461721;
Background color
Panel with #461721 background
background-color: #461721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461721; background: linear-gradient(135deg, #461721, #462C17);