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