#97690c
a dark, electric yellow · warm · closest name: peru
RGB
151, 105, 12
HSL
40°, 85%, 32%
CMYK
0, 31, 92, 41
Luminance
0.1671
Every format
| HEX | #97690c |
| RGB | rgb(151, 105, 12) |
| HSL | hsl(40, 85%, 32%) |
| CMYK | cmyk(0%, 31%, 92%, 41%) |
| LAB | lab(47.9 11.1 52.3) |
| LCH | lch(47.9 53.5 78.0) |
| OKLCH | oklch(0.555 0.112 77.4) |
Copy-ready code
/* CSS */
color: #97690c;
background-color: #97690c;
/* Tailwind (arbitrary) */
class="text-[#97690c] bg-[#97690c]"
/* SCSS */
$brand: #97690c;
/* SwiftUI */
Color(red: 0.592, green: 0.412, blue: 0.047)
/* Android */
Color.parseColor("#97690c")Accessibility — WCAG contrast
Aa
#97690c on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#97690c on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green41.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow92.1%
Key (black)40.8%
Color previews
#97690c text on a black background
contrast 4.34:1
Card sample
#97690c text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97690c;
Background color
Panel with #97690c background
background-color: #97690c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97690c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 105, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 105, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97690c; background: linear-gradient(135deg, #97690c, #69970C);