#957021
a dark, vivid yellow · warm · closest name: peru
RGB
149, 112, 33
HSL
41°, 64%, 36%
CMYK
0, 25, 78, 42
Luminance
0.1809
Every format
| HEX | #957021 |
| RGB | rgb(149, 112, 33) |
| HSL | hsl(41, 64%, 36%) |
| CMYK | cmyk(0%, 25%, 78%, 42%) |
| LAB | lab(49.6 6.8 46.9) |
| LCH | lch(49.6 47.4 81.7) |
| OKLCH | oklch(0.568 0.104 82.1) |
Copy-ready code
/* CSS */
color: #957021;
background-color: #957021;
/* Tailwind (arbitrary) */
class="text-[#957021] bg-[#957021]"
/* SCSS */
$brand: #957021;
/* SwiftUI */
Color(red: 0.584, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#957021")Accessibility — WCAG contrast
Aa
#957021 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#957021 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow77.9%
Key (black)41.6%
Color previews
#957021 text on a black background
contrast 4.62:1
Card sample
#957021 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #957021;
Background color
Panel with #957021 background
background-color: #957021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #957021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #957021; background: linear-gradient(135deg, #957021, #6D9521);