#936708
a dark, electric yellow · warm · closest name: peru
RGB
147, 103, 8
HSL
41°, 90%, 30%
CMYK
0, 30, 95, 42
Luminance
0.1592
Every format
| HEX | #936708 |
| RGB | rgb(147, 103, 8) |
| HSL | hsl(41, 90%, 30%) |
| CMYK | cmyk(0%, 30%, 95%, 42%) |
| LAB | lab(46.9 10.3 52.2) |
| LCH | lch(46.9 53.3 78.8) |
| OKLCH | oklch(0.546 0.111 78.5) |
Copy-ready code
/* CSS */
color: #936708;
background-color: #936708;
/* Tailwind (arbitrary) */
class="text-[#936708] bg-[#936708]"
/* SCSS */
$brand: #936708;
/* SwiftUI */
Color(red: 0.576, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#936708")Accessibility — WCAG contrast
Aa
#936708 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#936708 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow94.6%
Key (black)42.4%
Color previews
#936708 text on a black background
contrast 4.18:1
Card sample
#936708 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #936708;
Background color
Panel with #936708 background
background-color: #936708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #936708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #936708; background: linear-gradient(135deg, #936708, #629308);