#747a21
a dark, vivid yellow · cool · closest name: olive
RGB
116, 122, 33
HSL
64°, 57%, 30%
CMYK
5, 0, 73, 52
Luminance
0.1774
Every format
| HEX | #747a21 |
| RGB | rgb(116, 122, 33) |
| HSL | hsl(64, 57%, 30%) |
| CMYK | cmyk(5%, 0%, 73%, 52%) |
| LAB | lab(49.2 -14.2 45.3) |
| LCH | lch(49.2 47.5 107.4) |
| OKLCH | oklch(0.557 0.110 113.3) |
Copy-ready code
/* CSS */
color: #747a21;
background-color: #747a21;
/* Tailwind (arbitrary) */
class="text-[#747a21] bg-[#747a21]"
/* SCSS */
$brand: #747a21;
/* SwiftUI */
Color(red: 0.455, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#747a21")Accessibility — WCAG contrast
Aa
#747a21 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#747a21 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green47.8%
Blue12.9%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow73.0%
Key (black)52.2%
Color previews
#747a21 text on a black background
contrast 4.55:1
Card sample
#747a21 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747a21;
Background color
Panel with #747a21 background
background-color: #747a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747a21; background: linear-gradient(135deg, #747a21, #397A21);