#938f13
a dark, electric yellow · cool · closest name: olive
RGB
147, 143, 19
HSL
58°, 77%, 33%
CMYK
0, 3, 87, 42
Luminance
0.2589
Every format
| HEX | #938f13 |
| RGB | rgb(147, 143, 19) |
| HSL | hsl(58, 77%, 33%) |
| CMYK | cmyk(0%, 3%, 87%, 42%) |
| LAB | lab(57.9 -11.8 58.5) |
| LCH | lch(57.9 59.7 101.4) |
| OKLCH | oklch(0.633 0.131 107.6) |
Copy-ready code
/* CSS */
color: #938f13;
background-color: #938f13;
/* Tailwind (arbitrary) */
class="text-[#938f13] bg-[#938f13]"
/* SCSS */
$brand: #938f13;
/* SwiftUI */
Color(red: 0.576, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#938f13")Accessibility — WCAG contrast
Aa
#938f13 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#938f13 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow87.1%
Key (black)42.4%
Color previews
#938f13 text on a black background
contrast 6.18:1
Card sample
#938f13 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938f13;
Background color
Panel with #938f13 background
background-color: #938f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938f13; background: linear-gradient(135deg, #938f13, #429313);