#997521
a dark, vivid yellow · warm · closest name: peru
RGB
153, 117, 33
HSL
42°, 65%, 37%
CMYK
0, 24, 78, 40
Luminance
0.1960
Every format
| HEX | #997521 |
| RGB | rgb(153, 117, 33) |
| HSL | hsl(42, 65%, 37%) |
| CMYK | cmyk(0%, 24%, 78%, 40%) |
| LAB | lab(51.4 5.8 48.7) |
| LCH | lch(51.4 49.0 83.2) |
| OKLCH | oklch(0.583 0.107 84.1) |
Copy-ready code
/* CSS */
color: #997521;
background-color: #997521;
/* Tailwind (arbitrary) */
class="text-[#997521] bg-[#997521]"
/* SCSS */
$brand: #997521;
/* SwiftUI */
Color(red: 0.600, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#997521")Accessibility — WCAG contrast
Aa
#997521 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997521 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow78.4%
Key (black)40.0%
Color previews
#997521 text on a black background
contrast 4.92:1
Card sample
#997521 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997521;
Background color
Panel with #997521 background
background-color: #997521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997521; background: linear-gradient(135deg, #997521, #6D9921);