#442211
a deep, vivid orange · warm · closest name: black
RGB
68, 34, 17
HSL
20°, 60%, 17%
CMYK
0, 50, 75, 73
Luminance
0.0241
Every format
| HEX | #442211 |
| RGB | rgb(68, 34, 17) |
| HSL | hsl(20, 60%, 17%) |
| CMYK | cmyk(0%, 50%, 75%, 73%) |
| LAB | lab(17.5 14.5 18.3) |
| LCH | lch(17.5 23.3 51.5) |
| OKLCH | oklch(0.294 0.059 46.1) |
Copy-ready code
/* CSS */
color: #442211;
background-color: #442211;
/* Tailwind (arbitrary) */
class="text-[#442211] bg-[#442211]"
/* SCSS */
$brand: #442211;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#442211")Accessibility — WCAG contrast
Aa
#442211 on white: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442211 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow75.0%
Key (black)73.3%
Color previews
#442211 text on a black background
contrast 1.48:1
Card sample
#442211 text on a white background
contrast 14.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442211;
Background color
Panel with #442211 background
background-color: #442211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442211; background: linear-gradient(135deg, #442211, #444411);