#442c13
a deep, vivid orange · warm · closest name: black
RGB
68, 44, 19
HSL
31°, 56%, 17%
CMYK
0, 35, 72, 73
Luminance
0.0308
Every format
| HEX | #442c13 |
| RGB | rgb(68, 44, 19) |
| HSL | hsl(31, 56%, 17%) |
| CMYK | cmyk(0%, 35%, 72%, 73%) |
| LAB | lab(20.4 8.1 20.4) |
| LCH | lch(20.4 21.9 68.3) |
| OKLCH | oklch(0.316 0.052 65.0) |
Copy-ready code
/* CSS */
color: #442c13;
background-color: #442c13;
/* Tailwind (arbitrary) */
class="text-[#442c13] bg-[#442c13]"
/* SCSS */
$brand: #442c13;
/* SwiftUI */
Color(red: 0.267, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#442c13")Accessibility — WCAG contrast
Aa
#442c13 on white: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442c13 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow72.1%
Key (black)73.3%
Color previews
#442c13 text on a black background
contrast 1.62:1
Card sample
#442c13 text on a white background
contrast 13.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442c13;
Background color
Panel with #442c13 background
background-color: #442c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442c13; background: linear-gradient(135deg, #442c13, #3B4413);