#442425
a deep, soft red · warm · closest name: black
RGB
68, 36, 37
HSL
358°, 31%, 20%
CMYK
0, 47, 46, 73
Luminance
0.0262
Every format
| HEX | #442425 |
| RGB | rgb(68, 36, 37) |
| HSL | hsl(358, 31%, 20%) |
| CMYK | cmyk(0%, 47%, 46%, 73%) |
| LAB | lab(18.5 15.3 6.0) |
| LCH | lch(18.5 16.4 21.3) |
| OKLCH | oklch(0.303 0.049 18.4) |
Copy-ready code
/* CSS */
color: #442425;
background-color: #442425;
/* Tailwind (arbitrary) */
class="text-[#442425] bg-[#442425]"
/* SCSS */
$brand: #442425;
/* SwiftUI */
Color(red: 0.267, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#442425")Accessibility — WCAG contrast
Aa
#442425 on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442425 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow45.6%
Key (black)73.3%
Color previews
#442425 text on a black background
contrast 1.52:1
Card sample
#442425 text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442425;
Background color
Panel with #442425 background
background-color: #442425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442425; background: linear-gradient(135deg, #442425, #443824);