#442913
a deep, vivid orange · warm · closest name: black
RGB
68, 41, 19
HSL
27°, 56%, 17%
CMYK
0, 40, 72, 73
Luminance
0.0286
Every format
| HEX | #442913 |
| RGB | rgb(68, 41, 19) |
| HSL | hsl(27, 56%, 17%) |
| CMYK | cmyk(0%, 40%, 72%, 73%) |
| LAB | lab(19.5 10.1 19.4) |
| LCH | lch(19.5 21.8 62.5) |
| OKLCH | oklch(0.310 0.053 58.2) |
Copy-ready code
/* CSS */
color: #442913;
background-color: #442913;
/* Tailwind (arbitrary) */
class="text-[#442913] bg-[#442913]"
/* SCSS */
$brand: #442913;
/* SwiftUI */
Color(red: 0.267, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#442913")Accessibility — WCAG contrast
Aa
#442913 on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442913 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow72.1%
Key (black)73.3%
Color previews
#442913 text on a black background
contrast 1.57:1
Card sample
#442913 text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442913;
Background color
Panel with #442913 background
background-color: #442913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442913; background: linear-gradient(135deg, #442913, #3F4413);