#943b0f
a dark, electric orange · warm · closest name: sienna
RGB
148, 59, 15
HSL
20°, 82%, 32%
CMYK
0, 60, 90, 42
Luminance
0.0946
Every format
| HEX | #943b0f |
| RGB | rgb(148, 59, 15) |
| HSL | hsl(20, 82%, 32%) |
| CMYK | cmyk(0%, 60%, 90%, 42%) |
| LAB | lab(36.9 35.4 42.7) |
| LCH | lch(36.9 55.4 50.3) |
| OKLCH | oklch(0.469 0.131 42.5) |
Copy-ready code
/* CSS */
color: #943b0f;
background-color: #943b0f;
/* Tailwind (arbitrary) */
class="text-[#943b0f] bg-[#943b0f]"
/* SCSS */
$brand: #943b0f;
/* SwiftUI */
Color(red: 0.580, green: 0.231, blue: 0.059)
/* Android */
Color.parseColor("#943b0f")Accessibility — WCAG contrast
Aa
#943b0f on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#943b0f on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green23.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow89.9%
Key (black)42.0%
Color previews
#943b0f text on a black background
contrast 2.89:1
Card sample
#943b0f text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #943b0f;
Background color
Panel with #943b0f background
background-color: #943b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #943b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 59, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 59, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #943b0f; background: linear-gradient(135deg, #943b0f, #94940F);