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