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