#94530f
a dark, electric orange · warm · closest name: sienna
RGB
148, 83, 15
HSL
31°, 82%, 32%
CMYK
0, 44, 90, 42
Luminance
0.1252
Every format
| HEX | #94530f |
| RGB | rgb(148, 83, 15) |
| HSL | hsl(31, 82%, 32%) |
| CMYK | cmyk(0%, 44%, 90%, 42%) |
| LAB | lab(42.0 22.4 46.8) |
| LCH | lch(42.0 51.9 64.4) |
| OKLCH | oklch(0.508 0.114 59.4) |
Copy-ready code
/* CSS */
color: #94530f;
background-color: #94530f;
/* Tailwind (arbitrary) */
class="text-[#94530f] bg-[#94530f]"
/* SCSS */
$brand: #94530f;
/* SwiftUI */
Color(red: 0.580, green: 0.325, blue: 0.059)
/* Android */
Color.parseColor("#94530f")Accessibility — WCAG contrast
Aa
#94530f on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#94530f on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green32.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow89.9%
Key (black)42.0%
Color previews
#94530f text on a black background
contrast 3.50:1
Card sample
#94530f text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94530f;
Background color
Panel with #94530f background
background-color: #94530f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94530f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 83, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 83, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94530f; background: linear-gradient(135deg, #94530f, #7C940F);