#798607
a dark, electric yellow · cool · closest name: olive
RGB
121, 134, 7
HSL
66°, 90%, 28%
CMYK
10, 0, 95, 48
Luminance
0.2113
Every format
| HEX | #798607 |
| RGB | rgb(121, 134, 7) |
| HSL | hsl(66, 90%, 28%) |
| CMYK | cmyk(10%, 0%, 95%, 48%) |
| LAB | lab(53.1 -19.2 56.1) |
| LCH | lch(53.1 59.3 108.9) |
| OKLCH | oklch(0.589 0.133 116.4) |
Copy-ready code
/* CSS */
color: #798607;
background-color: #798607;
/* Tailwind (arbitrary) */
class="text-[#798607] bg-[#798607]"
/* SCSS */
$brand: #798607;
/* SwiftUI */
Color(red: 0.475, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#798607")Accessibility — WCAG contrast
Aa
#798607 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798607 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green52.5%
Blue2.7%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#798607 text on a black background
contrast 5.23:1
Card sample
#798607 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798607;
Background color
Panel with #798607 background
background-color: #798607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798607; background: linear-gradient(135deg, #798607, #248607);