#798317
a dark, vivid yellow · cool · closest name: olive
RGB
121, 131, 23
HSL
66°, 70%, 30%
CMYK
8, 0, 82, 49
Luminance
0.2036
Every format
| HEX | #798317 |
| RGB | rgb(121, 131, 23) |
| HSL | hsl(66, 70%, 30%) |
| CMYK | cmyk(8%, 0%, 82%, 49%) |
| LAB | lab(52.2 -17.2 51.8) |
| LCH | lch(52.2 54.6 108.3) |
| OKLCH | oklch(0.582 0.124 115.2) |
Copy-ready code
/* CSS */
color: #798317;
background-color: #798317;
/* Tailwind (arbitrary) */
class="text-[#798317] bg-[#798317]"
/* SCSS */
$brand: #798317;
/* SwiftUI */
Color(red: 0.475, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#798317")Accessibility — WCAG contrast
Aa
#798317 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798317 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green51.4%
Blue9.0%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow82.4%
Key (black)48.6%
Color previews
#798317 text on a black background
contrast 5.07:1
Card sample
#798317 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798317;
Background color
Panel with #798317 background
background-color: #798317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798317; background: linear-gradient(135deg, #798317, #318317);