#442a2a
a deep, soft red · warm · closest name: black
RGB
68, 42, 42
HSL
0°, 24%, 22%
CMYK
0, 38, 38, 73
Luminance
0.0305
Every format
| HEX | #442a2a |
| RGB | rgb(68, 42, 42) |
| HSL | hsl(0, 24%, 22%) |
| CMYK | cmyk(0%, 38%, 38%, 73%) |
| LAB | lab(20.3 12.1 5.0) |
| LCH | lch(20.3 13.1 22.4) |
| OKLCH | oklch(0.317 0.039 19.5) |
Copy-ready code
/* CSS */
color: #442a2a;
background-color: #442a2a;
/* Tailwind (arbitrary) */
class="text-[#442a2a] bg-[#442a2a]"
/* SCSS */
$brand: #442a2a;
/* SwiftUI */
Color(red: 0.267, green: 0.165, blue: 0.165)
/* Android */
Color.parseColor("#442a2a")Accessibility — WCAG contrast
Aa
#442a2a on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442a2a on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green16.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow38.2%
Key (black)73.3%
Color previews
#442a2a text on a black background
contrast 1.61:1
Card sample
#442a2a text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442a2a;
Background color
Panel with #442a2a background
background-color: #442a2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442a2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 42, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 42, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442a2a; background: linear-gradient(135deg, #442a2a, #443B2A);