#747721
a dark, vivid yellow · cool · closest name: olive
RGB
116, 119, 33
HSL
62°, 57%, 30%
CMYK
3, 0, 72, 53
Luminance
0.1702
Every format
| HEX | #747721 |
| RGB | rgb(116, 119, 33) |
| HSL | hsl(62, 57%, 30%) |
| CMYK | cmyk(3%, 0%, 72%, 53%) |
| LAB | lab(48.3 -12.6 44.5) |
| LCH | lch(48.3 46.2 105.8) |
| OKLCH | oklch(0.550 0.106 111.4) |
Copy-ready code
/* CSS */
color: #747721;
background-color: #747721;
/* Tailwind (arbitrary) */
class="text-[#747721] bg-[#747721]"
/* SCSS */
$brand: #747721;
/* SwiftUI */
Color(red: 0.455, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#747721")Accessibility — WCAG contrast
Aa
#747721 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#747721 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green46.7%
Blue12.9%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#747721 text on a black background
contrast 4.40:1
Card sample
#747721 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747721;
Background color
Panel with #747721 background
background-color: #747721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747721; background: linear-gradient(135deg, #747721, #3B7721);