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