#746708
a deep, electric yellow · cool · closest name: olive
RGB
116, 103, 8
HSL
53°, 87%, 24%
CMYK
0, 11, 93, 55
Luminance
0.1343
Every format
| HEX | #746708 |
| RGB | rgb(116, 103, 8) |
| HSL | hsl(53, 87%, 24%) |
| CMYK | cmyk(0%, 11%, 93%, 55%) |
| LAB | lab(43.4 -4.5 48.1) |
| LCH | lch(43.4 48.3 95.4) |
| OKLCH | oklch(0.511 0.104 100.4) |
Copy-ready code
/* CSS */
color: #746708;
background-color: #746708;
/* Tailwind (arbitrary) */
class="text-[#746708] bg-[#746708]"
/* SCSS */
$brand: #746708;
/* SwiftUI */
Color(red: 0.455, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#746708")Accessibility — WCAG contrast
Aa
#746708 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#746708 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow93.1%
Key (black)54.5%
Color previews
#746708 text on a black background
contrast 3.69:1
Card sample
#746708 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #746708;
Background color
Panel with #746708 background
background-color: #746708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #746708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #746708; background: linear-gradient(135deg, #746708, #397408);