#442c01
a deep, electric orange · warm · closest name: sienna
RGB
68, 44, 1
HSL
39°, 97%, 14%
CMYK
0, 35, 99, 73
Luminance
0.0303
Every format
| HEX | #442c01 |
| RGB | rgb(68, 44, 1) |
| HSL | hsl(39, 97%, 14%) |
| CMYK | cmyk(0%, 35%, 99%, 73%) |
| LAB | lab(20.2 7.0 28.5) |
| LCH | lch(20.2 29.3 76.1) |
| OKLCH | oklch(0.314 0.065 76.1) |
Copy-ready code
/* CSS */
color: #442c01;
background-color: #442c01;
/* Tailwind (arbitrary) */
class="text-[#442c01] bg-[#442c01]"
/* SCSS */
$brand: #442c01;
/* SwiftUI */
Color(red: 0.267, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#442c01")Accessibility — WCAG contrast
Aa
#442c01 on white: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442c01 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow98.5%
Key (black)73.3%
Color previews
#442c01 text on a black background
contrast 1.61:1
Card sample
#442c01 text on a white background
contrast 13.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442c01;
Background color
Panel with #442c01 background
background-color: #442c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442c01; background: linear-gradient(135deg, #442c01, #2F4401);