#746521
a dark, vivid yellow · cool · closest name: olive
RGB
116, 101, 33
HSL
49°, 56%, 29%
CMYK
0, 13, 72, 55
Luminance
0.1313
Every format
| HEX | #746521 |
| RGB | rgb(116, 101, 33) |
| HSL | hsl(49, 56%, 29%) |
| CMYK | cmyk(0%, 13%, 72%, 55%) |
| LAB | lab(43.0 -2.4 39.1) |
| LCH | lch(43.0 39.1 93.5) |
| OKLCH | oklch(0.507 0.088 96.6) |
Copy-ready code
/* CSS */
color: #746521;
background-color: #746521;
/* Tailwind (arbitrary) */
class="text-[#746521] bg-[#746521]"
/* SCSS */
$brand: #746521;
/* SwiftUI */
Color(red: 0.455, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#746521")Accessibility — WCAG contrast
Aa
#746521 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#746521 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow71.6%
Key (black)54.5%
Color previews
#746521 text on a black background
contrast 3.63:1
Card sample
#746521 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #746521;
Background color
Panel with #746521 background
background-color: #746521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #746521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #746521; background: linear-gradient(135deg, #746521, #4C7421);