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