#907721
a dark, vivid yellow · cool · closest name: olive
RGB
144, 119, 33
HSL
47°, 63%, 35%
CMYK
0, 17, 77, 44
Luminance
0.1923
Every format
| HEX | #907721 |
| RGB | rgb(144, 119, 33) |
| HSL | hsl(47, 63%, 35%) |
| CMYK | cmyk(0%, 17%, 77%, 44%) |
| LAB | lab(51.0 0.5 48.0) |
| LCH | lch(51.0 48.0 89.4) |
| OKLCH | oklch(0.578 0.105 92.0) |
Copy-ready code
/* CSS */
color: #907721;
background-color: #907721;
/* Tailwind (arbitrary) */
class="text-[#907721] bg-[#907721]"
/* SCSS */
$brand: #907721;
/* SwiftUI */
Color(red: 0.565, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#907721")Accessibility — WCAG contrast
Aa
#907721 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907721 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow77.1%
Key (black)43.5%
Color previews
#907721 text on a black background
contrast 4.85:1
Card sample
#907721 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907721;
Background color
Panel with #907721 background
background-color: #907721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907721; background: linear-gradient(135deg, #907721, #5F9021);