#97640c
a dark, electric orange · warm · closest name: peru
RGB
151, 100, 12
HSL
38°, 85%, 32%
CMYK
0, 34, 92, 41
Luminance
0.1572
Every format
| HEX | #97640c |
| RGB | rgb(151, 100, 12) |
| HSL | hsl(38, 85%, 32%) |
| CMYK | cmyk(0%, 34%, 92%, 41%) |
| LAB | lab(46.6 14.0 51.4) |
| LCH | lch(46.6 53.2 74.8) |
| OKLCH | oklch(0.545 0.112 73.1) |
Copy-ready code
/* CSS */
color: #97640c;
background-color: #97640c;
/* Tailwind (arbitrary) */
class="text-[#97640c] bg-[#97640c]"
/* SCSS */
$brand: #97640c;
/* SwiftUI */
Color(red: 0.592, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#97640c")Accessibility — WCAG contrast
Aa
#97640c on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#97640c on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green39.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow92.1%
Key (black)40.8%
Color previews
#97640c text on a black background
contrast 4.14:1
Card sample
#97640c text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97640c;
Background color
Panel with #97640c background
background-color: #97640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97640c; background: linear-gradient(135deg, #97640c, #6D970C);