#7a630b
a dark, electric yellow · cool · closest name: olive
RGB
122, 99, 11
HSL
48°, 84%, 26%
CMYK
0, 19, 91, 52
Luminance
0.1309
Every format
| HEX | #7a630b |
| RGB | rgb(122, 99, 11) |
| HSL | hsl(48, 84%, 26%) |
| CMYK | cmyk(0%, 19%, 91%, 52%) |
| LAB | lab(42.9 0.8 47.2) |
| LCH | lch(42.9 47.2 89.1) |
| OKLCH | oklch(0.508 0.100 92.2) |
Copy-ready code
/* CSS */
color: #7a630b;
background-color: #7a630b;
/* Tailwind (arbitrary) */
class="text-[#7a630b] bg-[#7a630b]"
/* SCSS */
$brand: #7a630b;
/* SwiftUI */
Color(red: 0.478, green: 0.388, blue: 0.043)
/* Android */
Color.parseColor("#7a630b")Accessibility — WCAG contrast
Aa
#7a630b on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a630b on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green38.8%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow91.0%
Key (black)52.2%
Color previews
#7a630b text on a black background
contrast 3.62:1
Card sample
#7a630b text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a630b;
Background color
Panel with #7a630b background
background-color: #7a630b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a630b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 99, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 99, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a630b; background: linear-gradient(135deg, #7a630b, #477A0B);