#976421
a dark, vivid orange · warm · closest name: peru
RGB
151, 100, 33
HSL
34°, 64%, 36%
CMYK
0, 34, 78, 41
Luminance
0.1580
Every format
| HEX | #976421 |
| RGB | rgb(151, 100, 33) |
| HSL | hsl(34, 64%, 36%) |
| CMYK | cmyk(0%, 34%, 78%, 41%) |
| LAB | lab(46.7 14.6 44.2) |
| LCH | lch(46.7 46.5 71.7) |
| OKLCH | oklch(0.546 0.104 69.2) |
Copy-ready code
/* CSS */
color: #976421;
background-color: #976421;
/* Tailwind (arbitrary) */
class="text-[#976421] bg-[#976421]"
/* SCSS */
$brand: #976421;
/* SwiftUI */
Color(red: 0.592, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#976421")Accessibility — WCAG contrast
Aa
#976421 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#976421 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow78.1%
Key (black)40.8%
Color previews
#976421 text on a black background
contrast 4.16:1
Card sample
#976421 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976421;
Background color
Panel with #976421 background
background-color: #976421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976421; background: linear-gradient(135deg, #976421, #7B9721);