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