#938310
a dark, electric yellow · cool · closest name: olive
RGB
147, 131, 16
HSL
53°, 80%, 32%
CMYK
0, 11, 89, 42
Luminance
0.2247
Every format
| HEX | #938310 |
| RGB | rgb(147, 131, 16) |
| HSL | hsl(53, 80%, 32%) |
| CMYK | cmyk(0%, 11%, 89%, 42%) |
| LAB | lab(54.5 -5.4 56.5) |
| LCH | lch(54.5 56.7 95.5) |
| OKLCH | oklch(0.606 0.122 100.3) |
Copy-ready code
/* CSS */
color: #938310;
background-color: #938310;
/* Tailwind (arbitrary) */
class="text-[#938310] bg-[#938310]"
/* SCSS */
$brand: #938310;
/* SwiftUI */
Color(red: 0.576, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#938310")Accessibility — WCAG contrast
Aa
#938310 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#938310 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow89.1%
Key (black)42.4%
Color previews
#938310 text on a black background
contrast 5.49:1
Card sample
#938310 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938310;
Background color
Panel with #938310 background
background-color: #938310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938310; background: linear-gradient(135deg, #938310, #4C9310);