#797607
a dark, electric yellow · cool · closest name: olive
RGB
121, 118, 7
HSL
58°, 89%, 25%
CMYK
0, 3, 94, 53
Luminance
0.1704
Every format
| HEX | #797607 |
| RGB | rgb(121, 118, 7) |
| HSL | hsl(58, 89%, 25%) |
| CMYK | cmyk(0%, 3%, 94%, 53%) |
| LAB | lab(48.3 -10.6 52.3) |
| LCH | lch(48.3 53.4 101.5) |
| OKLCH | oklch(0.551 0.117 107.9) |
Copy-ready code
/* CSS */
color: #797607;
background-color: #797607;
/* Tailwind (arbitrary) */
class="text-[#797607] bg-[#797607]"
/* SCSS */
$brand: #797607;
/* SwiftUI */
Color(red: 0.475, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#797607")Accessibility — WCAG contrast
Aa
#797607 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#797607 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow94.2%
Key (black)52.5%
Color previews
#797607 text on a black background
contrast 4.41:1
Card sample
#797607 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797607;
Background color
Panel with #797607 background
background-color: #797607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797607; background: linear-gradient(135deg, #797607, #307907);