#8a610f
a dark, electric yellow · warm · closest name: peru
RGB
138, 97, 15
HSL
40°, 80%, 30%
CMYK
0, 30, 89, 46
Luminance
0.1399
Every format
| HEX | #8a610f |
| RGB | rgb(138, 97, 15) |
| HSL | hsl(40, 80%, 30%) |
| CMYK | cmyk(0%, 30%, 89%, 46%) |
| LAB | lab(44.2 9.7 48.0) |
| LCH | lch(44.2 49.0 78.6) |
| OKLCH | oklch(0.523 0.104 78.2) |
Copy-ready code
/* CSS */
color: #8a610f;
background-color: #8a610f;
/* Tailwind (arbitrary) */
class="text-[#8a610f] bg-[#8a610f]"
/* SCSS */
$brand: #8a610f;
/* SwiftUI */
Color(red: 0.541, green: 0.380, blue: 0.059)
/* Android */
Color.parseColor("#8a610f")Accessibility — WCAG contrast
Aa
#8a610f on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a610f on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green38.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow89.1%
Key (black)45.9%
Color previews
#8a610f text on a black background
contrast 3.80:1
Card sample
#8a610f text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a610f;
Background color
Panel with #8a610f background
background-color: #8a610f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a610f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 97, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 97, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a610f; background: linear-gradient(135deg, #8a610f, #618A0F);