#953f21
a dark, vivid orange · warm · closest name: sienna
RGB
149, 63, 33
HSL
16°, 64%, 36%
CMYK
0, 58, 78, 42
Luminance
0.1005
Every format
| HEX | #953f21 |
| RGB | rgb(149, 63, 33) |
| HSL | hsl(16, 64%, 36%) |
| CMYK | cmyk(0%, 58%, 78%, 42%) |
| LAB | lab(37.9 34.3 35.3) |
| LCH | lch(37.9 49.2 45.8) |
| OKLCH | oklch(0.478 0.124 39.0) |
Copy-ready code
/* CSS */
color: #953f21;
background-color: #953f21;
/* Tailwind (arbitrary) */
class="text-[#953f21] bg-[#953f21]"
/* SCSS */
$brand: #953f21;
/* SwiftUI */
Color(red: 0.584, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#953f21")Accessibility — WCAG contrast
Aa
#953f21 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#953f21 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow77.9%
Key (black)41.6%
Color previews
#953f21 text on a black background
contrast 3.01:1
Card sample
#953f21 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #953f21;
Background color
Panel with #953f21 background
background-color: #953f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #953f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #953f21; background: linear-gradient(135deg, #953f21, #958C21);