#97613b
a dark, soft orange · warm · closest name: sienna
RGB
151, 97, 59
HSL
25°, 44%, 41%
CMYK
0, 36, 61, 41
Luminance
0.1544
Every format
| HEX | #97613b |
| RGB | rgb(151, 97, 59) |
| HSL | hsl(25, 44%, 41%) |
| CMYK | cmyk(0%, 36%, 61%, 41%) |
| LAB | lab(46.2 17.9 30.4) |
| LCH | lch(46.2 35.3 59.5) |
| OKLCH | oklch(0.543 0.088 54.8) |
Copy-ready code
/* CSS */
color: #97613b;
background-color: #97613b;
/* Tailwind (arbitrary) */
class="text-[#97613b] bg-[#97613b]"
/* SCSS */
$brand: #97613b;
/* SwiftUI */
Color(red: 0.592, green: 0.380, blue: 0.231)
/* Android */
Color.parseColor("#97613b")Accessibility — WCAG contrast
Aa
#97613b on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#97613b on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green38.0%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow60.9%
Key (black)40.8%
Color previews
#97613b text on a black background
contrast 4.09:1
Card sample
#97613b text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97613b;
Background color
Panel with #97613b background
background-color: #97613b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97613b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 97, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 97, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97613b; background: linear-gradient(135deg, #97613b, #90973B);