#736310
a dark, electric yellow · cool · closest name: olive
RGB
115, 99, 16
HSL
50°, 76%, 26%
CMYK
0, 14, 86, 55
Luminance
0.1261
Every format
| HEX | #736310 |
| RGB | rgb(115, 99, 16) |
| HSL | hsl(50, 76%, 26%) |
| CMYK | cmyk(0%, 14%, 86%, 55%) |
| LAB | lab(42.2 -2.5 44.9) |
| LCH | lch(42.2 45.0 93.2) |
| OKLCH | oklch(0.501 0.097 97.2) |
Copy-ready code
/* CSS */
color: #736310;
background-color: #736310;
/* Tailwind (arbitrary) */
class="text-[#736310] bg-[#736310]"
/* SCSS */
$brand: #736310;
/* SwiftUI */
Color(red: 0.451, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#736310")Accessibility — WCAG contrast
Aa
#736310 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#736310 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow86.1%
Key (black)54.9%
Color previews
#736310 text on a black background
contrast 3.52:1
Card sample
#736310 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736310;
Background color
Panel with #736310 background
background-color: #736310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736310; background: linear-gradient(135deg, #736310, #417310);