#926813
a dark, electric yellow · warm · closest name: peru
RGB
146, 104, 19
HSL
40°, 77%, 32%
CMYK
0, 29, 87, 43
Luminance
0.1606
Every format
| HEX | #926813 |
| RGB | rgb(146, 104, 19) |
| HSL | hsl(40, 77%, 32%) |
| CMYK | cmyk(0%, 29%, 87%, 43%) |
| LAB | lab(47.0 9.5 49.5) |
| LCH | lch(47.0 50.4 79.1) |
| OKLCH | oklch(0.547 0.107 78.9) |
Copy-ready code
/* CSS */
color: #926813;
background-color: #926813;
/* Tailwind (arbitrary) */
class="text-[#926813] bg-[#926813]"
/* SCSS */
$brand: #926813;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.075)
/* Android */
Color.parseColor("#926813")Accessibility — WCAG contrast
Aa
#926813 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#926813 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow87.0%
Key (black)42.7%
Color previews
#926813 text on a black background
contrast 4.21:1
Card sample
#926813 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #926813;
Background color
Panel with #926813 background
background-color: #926813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #926813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #926813; background: linear-gradient(135deg, #926813, #679213);