#461921
a deep, vivid red · warm · closest name: black
RGB
70, 25, 33
HSL
349°, 47%, 19%
CMYK
0, 64, 53, 73
Luminance
0.0211
Every format
| HEX | #461921 |
| RGB | rgb(70, 25, 33) |
| HSL | hsl(349, 47%, 19%) |
| CMYK | cmyk(0%, 64%, 53%, 73%) |
| LAB | lab(16.0 22.5 5.5) |
| LCH | lch(16.0 23.1 13.7) |
| OKLCH | oklch(0.285 0.070 11.7) |
Copy-ready code
/* CSS */
color: #461921;
background-color: #461921;
/* Tailwind (arbitrary) */
class="text-[#461921] bg-[#461921]"
/* SCSS */
$brand: #461921;
/* SwiftUI */
Color(red: 0.275, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#461921")Accessibility — WCAG contrast
Aa
#461921 on white: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461921 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow52.9%
Key (black)72.5%
Color previews
#461921 text on a black background
contrast 1.42:1
Card sample
#461921 text on a white background
contrast 14.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461921;
Background color
Panel with #461921 background
background-color: #461921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461921; background: linear-gradient(135deg, #461921, #462F19);