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