#747400
a deep, electric yellow · cool · closest name: olive
RGB
116, 116, 0
HSL
60°, 100%, 23%
CMYK
0, 0, 100, 55
Luminance
0.1620
Every format
| HEX | #747400 |
| RGB | rgb(116, 116, 0) |
| HSL | hsl(60, 100%, 23%) |
| CMYK | cmyk(0%, 0%, 100%, 55%) |
| LAB | lab(47.2 -12.1 52.8) |
| LCH | lch(47.2 54.2 102.9) |
| OKLCH | oklch(0.541 0.118 109.8) |
Copy-ready code
/* CSS */
color: #747400;
background-color: #747400;
/* Tailwind (arbitrary) */
class="text-[#747400] bg-[#747400]"
/* SCSS */
$brand: #747400;
/* SwiftUI */
Color(red: 0.455, green: 0.455, blue: 0.000)
/* Android */
Color.parseColor("#747400")Accessibility — WCAG contrast
Aa
#747400 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#747400 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green45.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)54.5%
Color previews
#747400 text on a black background
contrast 4.24:1
Card sample
#747400 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747400;
Background color
Panel with #747400 background
background-color: #747400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 116, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 116, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747400; background: linear-gradient(135deg, #747400, #277400);