#938708
a dark, electric yellow · cool · closest name: olive
RGB
147, 135, 8
HSL
55°, 90%, 30%
CMYK
0, 8, 95, 42
Luminance
0.2355
Every format
| HEX | #938708 |
| RGB | rgb(147, 135, 8) |
| HSL | hsl(55, 90%, 30%) |
| CMYK | cmyk(0%, 8%, 95%, 42%) |
| LAB | lab(55.6 -7.7 58.8) |
| LCH | lch(55.6 59.3 97.5) |
| OKLCH | oklch(0.615 0.127 103.1) |
Copy-ready code
/* CSS */
color: #938708;
background-color: #938708;
/* Tailwind (arbitrary) */
class="text-[#938708] bg-[#938708]"
/* SCSS */
$brand: #938708;
/* SwiftUI */
Color(red: 0.576, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#938708")Accessibility — WCAG contrast
Aa
#938708 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#938708 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow94.6%
Key (black)42.4%
Color previews
#938708 text on a black background
contrast 5.71:1
Card sample
#938708 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938708;
Background color
Panel with #938708 background
background-color: #938708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938708; background: linear-gradient(135deg, #938708, #429308);