#9a720f
a dark, electric yellow · warm · closest name: peru
RGB
154, 114, 15
HSL
43°, 82%, 33%
CMYK
0, 26, 90, 40
Luminance
0.1894
Every format
| HEX | #9a720f |
| RGB | rgb(154, 114, 15) |
| HSL | hsl(43, 82%, 33%) |
| CMYK | cmyk(0%, 26%, 90%, 40%) |
| LAB | lab(50.6 7.4 53.9) |
| LCH | lch(50.6 54.4 82.2) |
| OKLCH | oklch(0.577 0.115 83.0) |
Copy-ready code
/* CSS */
color: #9a720f;
background-color: #9a720f;
/* Tailwind (arbitrary) */
class="text-[#9a720f] bg-[#9a720f]"
/* SCSS */
$brand: #9a720f;
/* SwiftUI */
Color(red: 0.604, green: 0.447, blue: 0.059)
/* Android */
Color.parseColor("#9a720f")Accessibility — WCAG contrast
Aa
#9a720f on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9a720f on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green44.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow90.3%
Key (black)39.6%
Color previews
#9a720f text on a black background
contrast 4.79:1
Card sample
#9a720f text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a720f;
Background color
Panel with #9a720f background
background-color: #9a720f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a720f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 114, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 114, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a720f; background: linear-gradient(135deg, #9a720f, #659A0F);