#944421
a dark, vivid orange · warm · closest name: sienna
RGB
148, 68, 33
HSL
18°, 64%, 36%
CMYK
0, 54, 78, 42
Luminance
0.1054
Every format
| HEX | #944421 |
| RGB | rgb(148, 68, 33) |
| HSL | hsl(18, 64%, 36%) |
| CMYK | cmyk(0%, 54%, 78%, 42%) |
| LAB | lab(38.8 31.3 36.1) |
| LCH | lch(38.8 47.8 49.1) |
| OKLCH | oklch(0.484 0.118 42.5) |
Copy-ready code
/* CSS */
color: #944421;
background-color: #944421;
/* Tailwind (arbitrary) */
class="text-[#944421] bg-[#944421]"
/* SCSS */
$brand: #944421;
/* SwiftUI */
Color(red: 0.580, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#944421")Accessibility — WCAG contrast
Aa
#944421 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#944421 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow77.7%
Key (black)42.0%
Color previews
#944421 text on a black background
contrast 3.11:1
Card sample
#944421 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #944421;
Background color
Panel with #944421 background
background-color: #944421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #944421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #944421; background: linear-gradient(135deg, #944421, #949121);