#442321
a deep, soft red · warm · closest name: black
RGB
68, 35, 33
HSL
3°, 35%, 20%
CMYK
0, 49, 52, 73
Luminance
0.0254
Every format
| HEX | #442321 |
| RGB | rgb(68, 35, 33) |
| HSL | hsl(3, 35%, 20%) |
| CMYK | cmyk(0%, 49%, 52%, 73%) |
| LAB | lab(18.1 15.4 8.3) |
| LCH | lch(18.1 17.5 28.1) |
| OKLCH | oklch(0.300 0.051 24.2) |
Copy-ready code
/* CSS */
color: #442321;
background-color: #442321;
/* Tailwind (arbitrary) */
class="text-[#442321] bg-[#442321]"
/* SCSS */
$brand: #442321;
/* SwiftUI */
Color(red: 0.267, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#442321")Accessibility — WCAG contrast
Aa
#442321 on white: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442321 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow51.5%
Key (black)73.3%
Color previews
#442321 text on a black background
contrast 1.51:1
Card sample
#442321 text on a white background
contrast 13.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442321;
Background color
Panel with #442321 background
background-color: #442321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442321; background: linear-gradient(135deg, #442321, #443A21);