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