#747713
a dark, vivid yellow · cool · closest name: olive
RGB
116, 119, 19
HSL
62°, 73%, 27%
CMYK
3, 0, 84, 53
Luminance
0.1695
Every format
| HEX | #747713 |
| RGB | rgb(116, 119, 19) |
| HSL | hsl(62, 73%, 27%) |
| CMYK | cmyk(3%, 0%, 84%, 53%) |
| LAB | lab(48.2 -13.2 49.3) |
| LCH | lch(48.2 51.0 105.0) |
| OKLCH | oklch(0.549 0.115 111.5) |
Copy-ready code
/* CSS */
color: #747713;
background-color: #747713;
/* Tailwind (arbitrary) */
class="text-[#747713] bg-[#747713]"
/* SCSS */
$brand: #747713;
/* SwiftUI */
Color(red: 0.455, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#747713")Accessibility — WCAG contrast
Aa
#747713 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#747713 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green46.7%
Blue7.5%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow84.0%
Key (black)53.3%
Color previews
#747713 text on a black background
contrast 4.39:1
Card sample
#747713 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747713;
Background color
Panel with #747713 background
background-color: #747713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747713; background: linear-gradient(135deg, #747713, #317713);