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