#917536
a dark, vivid yellow · warm · closest name: peru
RGB
145, 117, 54
HSL
42°, 46%, 39%
CMYK
0, 19, 63, 43
Luminance
0.1901
Every format
| HEX | #917536 |
| RGB | rgb(145, 117, 54) |
| HSL | hsl(42, 46%, 39%) |
| CMYK | cmyk(0%, 19%, 63%, 43%) |
| LAB | lab(50.7 3.3 38.2) |
| LCH | lch(50.7 38.3 85.0) |
| OKLCH | oklch(0.576 0.089 85.3) |
Copy-ready code
/* CSS */
color: #917536;
background-color: #917536;
/* Tailwind (arbitrary) */
class="text-[#917536] bg-[#917536]"
/* SCSS */
$brand: #917536;
/* SwiftUI */
Color(red: 0.569, green: 0.459, blue: 0.212)
/* Android */
Color.parseColor("#917536")Accessibility — WCAG contrast
Aa
#917536 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917536 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green45.9%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow62.8%
Key (black)43.1%
Color previews
#917536 text on a black background
contrast 4.80:1
Card sample
#917536 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917536;
Background color
Panel with #917536 background
background-color: #917536;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917536;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 117, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 117, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917536; background: linear-gradient(135deg, #917536, #709136);