#937708
a dark, electric yellow · cool · closest name: olive
RGB
147, 119, 8
HSL
48°, 90%, 30%
CMYK
0, 19, 95, 42
Luminance
0.1941
Every format
| HEX | #937708 |
| RGB | rgb(147, 119, 8) |
| HSL | hsl(48, 90%, 30%) |
| CMYK | cmyk(0%, 19%, 95%, 42%) |
| LAB | lab(51.2 1.1 55.5) |
| LCH | lch(51.2 55.5 88.8) |
| OKLCH | oklch(0.580 0.117 92.0) |
Copy-ready code
/* CSS */
color: #937708;
background-color: #937708;
/* Tailwind (arbitrary) */
class="text-[#937708] bg-[#937708]"
/* SCSS */
$brand: #937708;
/* SwiftUI */
Color(red: 0.576, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#937708")Accessibility — WCAG contrast
Aa
#937708 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937708 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow94.6%
Key (black)42.4%
Color previews
#937708 text on a black background
contrast 4.88:1
Card sample
#937708 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937708;
Background color
Panel with #937708 background
background-color: #937708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937708; background: linear-gradient(135deg, #937708, #529308);