#44221a
a deep, soft red · warm · closest name: black
RGB
68, 34, 26
HSL
11°, 45%, 18%
CMYK
0, 50, 62, 73
Luminance
0.0245
Every format
| HEX | #44221a |
| RGB | rgb(68, 34, 26) |
| HSL | hsl(11, 45%, 18%) |
| CMYK | cmyk(0%, 50%, 62%, 73%) |
| LAB | lab(17.7 15.3 12.6) |
| LCH | lch(17.7 19.8 39.4) |
| OKLCH | oklch(0.296 0.054 34.2) |
Copy-ready code
/* CSS */
color: #44221a;
background-color: #44221a;
/* Tailwind (arbitrary) */
class="text-[#44221a] bg-[#44221a]"
/* SCSS */
$brand: #44221a;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.102)
/* Android */
Color.parseColor("#44221a")Accessibility — WCAG contrast
Aa
#44221a on white: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44221a on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow61.8%
Key (black)73.3%
Color previews
#44221a text on a black background
contrast 1.49:1
Card sample
#44221a text on a white background
contrast 14.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44221a;
Background color
Panel with #44221a background
background-color: #44221a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44221a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44221a; background: linear-gradient(135deg, #44221a, #443E1A);