#7e610a
a dark, electric yellow · cool · closest name: olive
RGB
126, 97, 10
HSL
45°, 85%, 27%
CMYK
0, 23, 92, 51
Luminance
0.1301
Every format
| HEX | #7e610a |
| RGB | rgb(126, 97, 10) |
| HSL | hsl(45, 85%, 27%) |
| CMYK | cmyk(0%, 23%, 92%, 51%) |
| LAB | lab(42.8 3.8 47.6) |
| LCH | lch(42.8 47.7 85.4) |
| OKLCH | oklch(0.508 0.101 87.3) |
Copy-ready code
/* CSS */
color: #7e610a;
background-color: #7e610a;
/* Tailwind (arbitrary) */
class="text-[#7e610a] bg-[#7e610a]"
/* SCSS */
$brand: #7e610a;
/* SwiftUI */
Color(red: 0.494, green: 0.380, blue: 0.039)
/* Android */
Color.parseColor("#7e610a")Accessibility — WCAG contrast
Aa
#7e610a on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e610a on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green38.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow92.1%
Key (black)50.6%
Color previews
#7e610a text on a black background
contrast 3.60:1
Card sample
#7e610a text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e610a;
Background color
Panel with #7e610a background
background-color: #7e610a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e610a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 97, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 97, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e610a; background: linear-gradient(135deg, #7e610a, #4E7E0A);