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