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