#97703b
a dark, soft orange · warm · closest name: sienna
RGB
151, 112, 59
HSL
35°, 44%, 41%
CMYK
0, 26, 61, 41
Luminance
0.1848
Every format
| HEX | #97703b |
| RGB | rgb(151, 112, 59) |
| HSL | hsl(35, 44%, 41%) |
| CMYK | cmyk(0%, 26%, 61%, 41%) |
| LAB | lab(50.1 9.3 35.0) |
| LCH | lch(50.1 36.2 75.1) |
| OKLCH | oklch(0.573 0.086 73.1) |
Copy-ready code
/* CSS */
color: #97703b;
background-color: #97703b;
/* Tailwind (arbitrary) */
class="text-[#97703b] bg-[#97703b]"
/* SCSS */
$brand: #97703b;
/* SwiftUI */
Color(red: 0.592, green: 0.439, blue: 0.231)
/* Android */
Color.parseColor("#97703b")Accessibility — WCAG contrast
Aa
#97703b on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#97703b on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green43.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow60.9%
Key (black)40.8%
Color previews
#97703b text on a black background
contrast 4.70:1
Card sample
#97703b text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97703b;
Background color
Panel with #97703b background
background-color: #97703b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97703b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 112, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 112, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97703b; background: linear-gradient(135deg, #97703b, #81973B);