#796f0c
a dark, electric yellow · cool · closest name: olive
RGB
121, 111, 12
HSL
55°, 82%, 26%
CMYK
0, 8, 90, 53
Luminance
0.1546
Every format
| HEX | #796f0c |
| RGB | rgb(121, 111, 12) |
| HSL | hsl(55, 82%, 26%) |
| CMYK | cmyk(0%, 8%, 90%, 53%) |
| LAB | lab(46.3 -6.6 49.6) |
| LCH | lch(46.3 50.1 97.6) |
| OKLCH | oklch(0.534 0.109 103.0) |
Copy-ready code
/* CSS */
color: #796f0c;
background-color: #796f0c;
/* Tailwind (arbitrary) */
class="text-[#796f0c] bg-[#796f0c]"
/* SCSS */
$brand: #796f0c;
/* SwiftUI */
Color(red: 0.475, green: 0.435, blue: 0.047)
/* Android */
Color.parseColor("#796f0c")Accessibility — WCAG contrast
Aa
#796f0c on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#796f0c on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green43.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow90.1%
Key (black)52.5%
Color previews
#796f0c text on a black background
contrast 4.09:1
Card sample
#796f0c text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #796f0c;
Background color
Panel with #796f0c background
background-color: #796f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #796f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 111, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 111, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #796f0c; background: linear-gradient(135deg, #796f0c, #3A790C);