#797113
a dark, vivid yellow · cool · closest name: olive
RGB
121, 113, 19
HSL
55°, 73%, 28%
CMYK
0, 7, 84, 53
Luminance
0.1592
Every format
| HEX | #797113 |
| RGB | rgb(121, 113, 19) |
| HSL | hsl(55, 73%, 28%) |
| CMYK | cmyk(0%, 7%, 84%, 53%) |
| LAB | lab(46.9 -7.5 48.3) |
| LCH | lch(46.9 48.9 98.9) |
| OKLCH | oklch(0.539 0.107 104.2) |
Copy-ready code
/* CSS */
color: #797113;
background-color: #797113;
/* Tailwind (arbitrary) */
class="text-[#797113] bg-[#797113]"
/* SCSS */
$brand: #797113;
/* SwiftUI */
Color(red: 0.475, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#797113")Accessibility — WCAG contrast
Aa
#797113 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#797113 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green44.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow84.3%
Key (black)52.5%
Color previews
#797113 text on a black background
contrast 4.18:1
Card sample
#797113 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797113;
Background color
Panel with #797113 background
background-color: #797113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797113; background: linear-gradient(135deg, #797113, #3D7913);