#442b1a
a deep, soft orange · warm · closest name: black
RGB
68, 43, 26
HSL
24°, 45%, 18%
CMYK
0, 37, 62, 73
Luminance
0.0303
Every format
| HEX | #442b1a |
| RGB | rgb(68, 43, 26) |
| HSL | hsl(24, 45%, 18%) |
| CMYK | cmyk(0%, 37%, 62%, 73%) |
| LAB | lab(20.2 9.4 15.7) |
| LCH | lch(20.2 18.3 59.1) |
| OKLCH | oklch(0.315 0.046 54.4) |
Copy-ready code
/* CSS */
color: #442b1a;
background-color: #442b1a;
/* Tailwind (arbitrary) */
class="text-[#442b1a] bg-[#442b1a]"
/* SCSS */
$brand: #442b1a;
/* SwiftUI */
Color(red: 0.267, green: 0.169, blue: 0.102)
/* Android */
Color.parseColor("#442b1a")Accessibility — WCAG contrast
Aa
#442b1a on white: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442b1a on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green16.9%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow61.8%
Key (black)73.3%
Color previews
#442b1a text on a black background
contrast 1.61:1
Card sample
#442b1a text on a white background
contrast 13.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442b1a;
Background color
Panel with #442b1a background
background-color: #442b1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442b1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 43, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 43, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442b1a; background: linear-gradient(135deg, #442b1a, #41441A);