#797313
a dark, vivid yellow · cool · closest name: olive
RGB
121, 115, 19
HSL
57°, 73%, 28%
CMYK
0, 5, 84, 53
Luminance
0.1637
Every format
| HEX | #797313 |
| RGB | rgb(121, 115, 19) |
| HSL | hsl(57, 73%, 28%) |
| CMYK | cmyk(0%, 5%, 84%, 53%) |
| LAB | lab(47.5 -8.6 48.8) |
| LCH | lch(47.5 49.6 100.0) |
| OKLCH | oklch(0.544 0.109 105.7) |
Copy-ready code
/* CSS */
color: #797313;
background-color: #797313;
/* Tailwind (arbitrary) */
class="text-[#797313] bg-[#797313]"
/* SCSS */
$brand: #797313;
/* SwiftUI */
Color(red: 0.475, green: 0.451, blue: 0.075)
/* Android */
Color.parseColor("#797313")Accessibility — WCAG contrast
Aa
#797313 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#797313 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green45.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow84.3%
Key (black)52.5%
Color previews
#797313 text on a black background
contrast 4.27:1
Card sample
#797313 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797313;
Background color
Panel with #797313 background
background-color: #797313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 115, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 115, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797313; background: linear-gradient(135deg, #797313, #3B7913);