#442208
a deep, electric orange · warm · closest name: black
RGB
68, 34, 8
HSL
26°, 79%, 15%
CMYK
0, 50, 88, 73
Luminance
0.0239
Every format
| HEX | #442208 |
| RGB | rgb(68, 34, 8) |
| HSL | hsl(26, 79%, 15%) |
| CMYK | cmyk(0%, 50%, 88%, 73%) |
| LAB | lab(17.4 14.0 22.4) |
| LCH | lch(17.4 26.4 58.0) |
| OKLCH | oklch(0.293 0.064 54.0) |
Copy-ready code
/* CSS */
color: #442208;
background-color: #442208;
/* Tailwind (arbitrary) */
class="text-[#442208] bg-[#442208]"
/* SCSS */
$brand: #442208;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.031)
/* Android */
Color.parseColor("#442208")Accessibility — WCAG contrast
Aa
#442208 on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442208 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow88.2%
Key (black)73.3%
Color previews
#442208 text on a black background
contrast 1.48:1
Card sample
#442208 text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442208;
Background color
Panel with #442208 background
background-color: #442208;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442208;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442208; background: linear-gradient(135deg, #442208, #3E4408);