#94591c
a dark, vivid orange · warm · closest name: sienna
RGB
148, 89, 28
HSL
31°, 68%, 35%
CMYK
0, 40, 81, 42
Luminance
0.1352
Every format
| HEX | #94591c |
| RGB | rgb(148, 89, 28) |
| HSL | hsl(31, 68%, 35%) |
| CMYK | cmyk(0%, 40%, 81%, 42%) |
| LAB | lab(43.5 19.4 43.2) |
| LCH | lch(43.5 47.3 65.8) |
| OKLCH | oklch(0.520 0.106 61.7) |
Copy-ready code
/* CSS */
color: #94591c;
background-color: #94591c;
/* Tailwind (arbitrary) */
class="text-[#94591c] bg-[#94591c]"
/* SCSS */
$brand: #94591c;
/* SwiftUI */
Color(red: 0.580, green: 0.349, blue: 0.110)
/* Android */
Color.parseColor("#94591c")Accessibility — WCAG contrast
Aa
#94591c on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#94591c on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green34.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow81.1%
Key (black)42.0%
Color previews
#94591c text on a black background
contrast 3.70:1
Card sample
#94591c text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94591c;
Background color
Panel with #94591c background
background-color: #94591c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94591c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 89, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 89, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94591c; background: linear-gradient(135deg, #94591c, #7F941C);