#937310
a dark, electric yellow · cool · closest name: olive
RGB
147, 115, 16
HSL
45°, 80%, 32%
CMYK
0, 22, 89, 42
Luminance
0.1850
Every format
| HEX | #937310 |
| RGB | rgb(147, 115, 16) |
| HSL | hsl(45, 80%, 32%) |
| CMYK | cmyk(0%, 22%, 89%, 42%) |
| LAB | lab(50.1 3.6 52.9) |
| LCH | lch(50.1 53.0 86.1) |
| OKLCH | oklch(0.571 0.112 88.3) |
Copy-ready code
/* CSS */
color: #937310;
background-color: #937310;
/* Tailwind (arbitrary) */
class="text-[#937310] bg-[#937310]"
/* SCSS */
$brand: #937310;
/* SwiftUI */
Color(red: 0.576, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#937310")Accessibility — WCAG contrast
Aa
#937310 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937310 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow89.1%
Key (black)42.4%
Color previews
#937310 text on a black background
contrast 4.70:1
Card sample
#937310 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937310;
Background color
Panel with #937310 background
background-color: #937310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937310; background: linear-gradient(135deg, #937310, #5C9310);