#926100
a dark, electric orange · warm · closest name: peru
RGB
146, 97, 0
HSL
40°, 100%, 29%
CMYK
0, 34, 100, 43
Luminance
0.1466
Every format
| HEX | #926100 |
| RGB | rgb(146, 97, 0) |
| HSL | hsl(40, 100%, 29%) |
| CMYK | cmyk(0%, 34%, 100%, 43%) |
| LAB | lab(45.2 13.2 52.9) |
| LCH | lch(45.2 54.5 76.0) |
| OKLCH | oklch(0.532 0.112 74.6) |
Copy-ready code
/* CSS */
color: #926100;
background-color: #926100;
/* Tailwind (arbitrary) */
class="text-[#926100] bg-[#926100]"
/* SCSS */
$brand: #926100;
/* SwiftUI */
Color(red: 0.573, green: 0.380, blue: 0.000)
/* Android */
Color.parseColor("#926100")Accessibility — WCAG contrast
Aa
#926100 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#926100 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green38.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow100.0%
Key (black)42.7%
Color previews
#926100 text on a black background
contrast 3.93:1
Card sample
#926100 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #926100;
Background color
Panel with #926100 background
background-color: #926100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #926100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 97, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 97, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #926100; background: linear-gradient(135deg, #926100, #619200);