#918521
a dark, vivid yellow · cool · closest name: olive
RGB
145, 133, 33
HSL
54°, 63%, 35%
CMYK
0, 8, 77, 43
Luminance
0.2290
Every format
| HEX | #918521 |
| RGB | rgb(145, 133, 33) |
| HSL | hsl(54, 63%, 35%) |
| CMYK | cmyk(0%, 8%, 77%, 43%) |
| LAB | lab(55.0 -6.9 51.8) |
| LCH | lch(55.0 52.2 97.5) |
| OKLCH | oklch(0.610 0.116 102.2) |
Copy-ready code
/* CSS */
color: #918521;
background-color: #918521;
/* Tailwind (arbitrary) */
class="text-[#918521] bg-[#918521]"
/* SCSS */
$brand: #918521;
/* SwiftUI */
Color(red: 0.569, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#918521")Accessibility — WCAG contrast
Aa
#918521 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#918521 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green52.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow77.2%
Key (black)43.1%
Color previews
#918521 text on a black background
contrast 5.58:1
Card sample
#918521 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918521;
Background color
Panel with #918521 background
background-color: #918521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918521; background: linear-gradient(135deg, #918521, #529121);