#934310
a dark, electric orange · warm · closest name: sienna
RGB
147, 67, 16
HSL
23°, 80%, 32%
CMYK
0, 54, 89, 42
Luminance
0.1025
Every format
| HEX | #934310 |
| RGB | rgb(147, 67, 16) |
| HSL | hsl(23, 80%, 32%) |
| CMYK | cmyk(0%, 54%, 89%, 42%) |
| LAB | lab(38.3 30.9 43.4) |
| LCH | lch(38.3 53.2 54.6) |
| OKLCH | oklch(0.480 0.123 47.5) |
Copy-ready code
/* CSS */
color: #934310;
background-color: #934310;
/* Tailwind (arbitrary) */
class="text-[#934310] bg-[#934310]"
/* SCSS */
$brand: #934310;
/* SwiftUI */
Color(red: 0.576, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#934310")Accessibility — WCAG contrast
Aa
#934310 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#934310 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green26.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow89.1%
Key (black)42.4%
Color previews
#934310 text on a black background
contrast 3.05:1
Card sample
#934310 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #934310;
Background color
Panel with #934310 background
background-color: #934310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #934310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #934310; background: linear-gradient(135deg, #934310, #8C9310);