#76590f
a dark, electric yellow · warm · closest name: olive
RGB
118, 89, 15
HSL
43°, 77%, 26%
CMYK
0, 25, 87, 54
Luminance
0.1103
Every format
| HEX | #76590f |
| RGB | rgb(118, 89, 15) |
| HSL | hsl(43, 77%, 26%) |
| CMYK | cmyk(0%, 25%, 87%, 54%) |
| LAB | lab(39.6 4.8 43.2) |
| LCH | lch(39.6 43.5 83.6) |
| OKLCH | oklch(0.481 0.093 84.9) |
Copy-ready code
/* CSS */
color: #76590f;
background-color: #76590f;
/* Tailwind (arbitrary) */
class="text-[#76590f] bg-[#76590f]"
/* SCSS */
$brand: #76590f;
/* SwiftUI */
Color(red: 0.463, green: 0.349, blue: 0.059)
/* Android */
Color.parseColor("#76590f")Accessibility — WCAG contrast
Aa
#76590f on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#76590f on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green34.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow87.3%
Key (black)53.7%
Color previews
#76590f text on a black background
contrast 3.21:1
Card sample
#76590f text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76590f;
Background color
Panel with #76590f background
background-color: #76590f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76590f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 89, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 89, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76590f; background: linear-gradient(135deg, #76590f, #4E760F);