#907921
a dark, vivid yellow · cool · closest name: olive
RGB
144, 121, 33
HSL
48°, 63%, 35%
CMYK
0, 16, 77, 44
Luminance
0.1971
Every format
| HEX | #907921 |
| RGB | rgb(144, 121, 33) |
| HSL | hsl(48, 63%, 35%) |
| CMYK | cmyk(0%, 16%, 77%, 44%) |
| LAB | lab(51.5 -0.6 48.5) |
| LCH | lch(51.5 48.5 90.8) |
| OKLCH | oklch(0.582 0.107 93.7) |
Copy-ready code
/* CSS */
color: #907921;
background-color: #907921;
/* Tailwind (arbitrary) */
class="text-[#907921] bg-[#907921]"
/* SCSS */
$brand: #907921;
/* SwiftUI */
Color(red: 0.565, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#907921")Accessibility — WCAG contrast
Aa
#907921 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907921 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow77.1%
Key (black)43.5%
Color previews
#907921 text on a black background
contrast 4.94:1
Card sample
#907921 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907921;
Background color
Panel with #907921 background
background-color: #907921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907921; background: linear-gradient(135deg, #907921, #5D9021);