#936713
a dark, electric orange · warm · closest name: peru
RGB
147, 103, 19
HSL
39°, 77%, 33%
CMYK
0, 30, 87, 42
Luminance
0.1595
Every format
| HEX | #936713 |
| RGB | rgb(147, 103, 19) |
| HSL | hsl(39, 77%, 33%) |
| CMYK | cmyk(0%, 30%, 87%, 42%) |
| LAB | lab(46.9 10.6 49.4) |
| LCH | lch(46.9 50.5 78.0) |
| OKLCH | oklch(0.546 0.108 77.3) |
Copy-ready code
/* CSS */
color: #936713;
background-color: #936713;
/* Tailwind (arbitrary) */
class="text-[#936713] bg-[#936713]"
/* SCSS */
$brand: #936713;
/* SwiftUI */
Color(red: 0.576, green: 0.404, blue: 0.075)
/* Android */
Color.parseColor("#936713")Accessibility — WCAG contrast
Aa
#936713 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#936713 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green40.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow87.1%
Key (black)42.4%
Color previews
#936713 text on a black background
contrast 4.19:1
Card sample
#936713 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #936713;
Background color
Panel with #936713 background
background-color: #936713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #936713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 103, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 103, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #936713; background: linear-gradient(135deg, #936713, #699313);