#747310
a dark, electric yellow · cool · closest name: olive
RGB
116, 115, 16
HSL
59°, 76%, 26%
CMYK
0, 1, 86, 55
Luminance
0.1601
Every format
| HEX | #747310 |
| RGB | rgb(116, 115, 16) |
| HSL | hsl(59, 76%, 26%) |
| CMYK | cmyk(0%, 1%, 86%, 55%) |
| LAB | lab(47.0 -11.1 49.1) |
| LCH | lch(47.0 50.3 102.7) |
| OKLCH | oklch(0.539 0.112 109.0) |
Copy-ready code
/* CSS */
color: #747310;
background-color: #747310;
/* Tailwind (arbitrary) */
class="text-[#747310] bg-[#747310]"
/* SCSS */
$brand: #747310;
/* SwiftUI */
Color(red: 0.455, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#747310")Accessibility — WCAG contrast
Aa
#747310 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#747310 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow86.2%
Key (black)54.5%
Color previews
#747310 text on a black background
contrast 4.20:1
Card sample
#747310 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747310;
Background color
Panel with #747310 background
background-color: #747310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747310; background: linear-gradient(135deg, #747310, #327410);