#937421
a dark, vivid yellow · warm · closest name: olive
RGB
147, 116, 33
HSL
44°, 63%, 35%
CMYK
0, 21, 78, 42
Luminance
0.1880
Every format
| HEX | #937421 |
| RGB | rgb(147, 116, 33) |
| HSL | hsl(44, 63%, 35%) |
| CMYK | cmyk(0%, 21%, 78%, 42%) |
| LAB | lab(50.5 3.6 47.6) |
| LCH | lch(50.5 47.7 85.7) |
| OKLCH | oklch(0.574 0.105 87.2) |
Copy-ready code
/* CSS */
color: #937421;
background-color: #937421;
/* Tailwind (arbitrary) */
class="text-[#937421] bg-[#937421]"
/* SCSS */
$brand: #937421;
/* SwiftUI */
Color(red: 0.576, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#937421")Accessibility — WCAG contrast
Aa
#937421 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937421 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow77.6%
Key (black)42.4%
Color previews
#937421 text on a black background
contrast 4.76:1
Card sample
#937421 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937421;
Background color
Panel with #937421 background
background-color: #937421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937421; background: linear-gradient(135deg, #937421, #669321);