#907521
a dark, vivid yellow · cool · closest name: olive
RGB
144, 117, 33
HSL
45°, 63%, 35%
CMYK
0, 19, 77, 44
Luminance
0.1876
Every format
| HEX | #907521 |
| RGB | rgb(144, 117, 33) |
| HSL | hsl(45, 63%, 35%) |
| CMYK | cmyk(0%, 19%, 77%, 44%) |
| LAB | lab(50.4 1.6 47.4) |
| LCH | lch(50.4 47.5 88.0) |
| OKLCH | oklch(0.573 0.104 90.2) |
Copy-ready code
/* CSS */
color: #907521;
background-color: #907521;
/* Tailwind (arbitrary) */
class="text-[#907521] bg-[#907521]"
/* SCSS */
$brand: #907521;
/* SwiftUI */
Color(red: 0.565, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#907521")Accessibility — WCAG contrast
Aa
#907521 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907521 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow77.1%
Key (black)43.5%
Color previews
#907521 text on a black background
contrast 4.75:1
Card sample
#907521 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907521;
Background color
Panel with #907521 background
background-color: #907521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907521; background: linear-gradient(135deg, #907521, #619021);