#442c21
a deep, soft orange · warm · closest name: black
RGB
68, 44, 33
HSL
19°, 35%, 20%
CMYK
0, 35, 52, 73
Luminance
0.0314
Every format
| HEX | #442c21 |
| RGB | rgb(68, 44, 33) |
| HSL | hsl(19, 35%, 20%) |
| CMYK | cmyk(0%, 35%, 52%, 73%) |
| LAB | lab(20.6 9.5 11.6) |
| LCH | lch(20.6 15.0 50.6) |
| OKLCH | oklch(0.319 0.041 45.5) |
Copy-ready code
/* CSS */
color: #442c21;
background-color: #442c21;
/* Tailwind (arbitrary) */
class="text-[#442c21] bg-[#442c21]"
/* SCSS */
$brand: #442c21;
/* SwiftUI */
Color(red: 0.267, green: 0.173, blue: 0.129)
/* Android */
Color.parseColor("#442c21")Accessibility — WCAG contrast
Aa
#442c21 on white: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442c21 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green17.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow51.5%
Key (black)73.3%
Color previews
#442c21 text on a black background
contrast 1.63:1
Card sample
#442c21 text on a white background
contrast 12.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442c21;
Background color
Panel with #442c21 background
background-color: #442c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 44, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 44, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442c21; background: linear-gradient(135deg, #442c21, #444321);