#462321
a deep, soft red · warm · closest name: black
RGB
70, 35, 33
HSL
3°, 36%, 20%
CMYK
0, 50, 53, 73
Luminance
0.0261
Every format
| HEX | #462321 |
| RGB | rgb(70, 35, 33) |
| HSL | hsl(3, 36%, 20%) |
| CMYK | cmyk(0%, 50%, 53%, 73%) |
| LAB | lab(18.4 16.4 8.8) |
| LCH | lch(18.4 18.6 28.1) |
| OKLCH | oklch(0.303 0.054 24.2) |
Copy-ready code
/* CSS */
color: #462321;
background-color: #462321;
/* Tailwind (arbitrary) */
class="text-[#462321] bg-[#462321]"
/* SCSS */
$brand: #462321;
/* SwiftUI */
Color(red: 0.275, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#462321")Accessibility — WCAG contrast
Aa
#462321 on white: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#462321 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow52.9%
Key (black)72.5%
Color previews
#462321 text on a black background
contrast 1.52:1
Card sample
#462321 text on a white background
contrast 13.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #462321;
Background color
Panel with #462321 background
background-color: #462321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #462321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #462321; background: linear-gradient(135deg, #462321, #463C21);