#461521
a deep, vivid red · warm · closest name: black
RGB
70, 21, 33
HSL
345°, 54%, 18%
CMYK
0, 70, 53, 73
Luminance
0.0195
Every format
| HEX | #461521 |
| RGB | rgb(70, 21, 33) |
| HSL | hsl(345, 54%, 18%) |
| CMYK | cmyk(0%, 70%, 53%, 73%) |
| LAB | lab(15.2 24.7 4.3) |
| LCH | lch(15.2 25.0 9.9) |
| OKLCH | oklch(0.279 0.076 8.5) |
Copy-ready code
/* CSS */
color: #461521;
background-color: #461521;
/* Tailwind (arbitrary) */
class="text-[#461521] bg-[#461521]"
/* SCSS */
$brand: #461521;
/* SwiftUI */
Color(red: 0.275, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#461521")Accessibility — WCAG contrast
Aa
#461521 on white: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461521 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow52.9%
Key (black)72.5%
Color previews
#461521 text on a black background
contrast 1.39:1
Card sample
#461521 text on a white background
contrast 15.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461521;
Background color
Panel with #461521 background
background-color: #461521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461521; background: linear-gradient(135deg, #461521, #462A15);