#796b21
a dark, vivid yellow · cool · closest name: olive
RGB
121, 107, 33
HSL
51°, 57%, 30%
CMYK
0, 12, 73, 53
Luminance
0.1469
Every format
| HEX | #796b21 |
| RGB | rgb(121, 107, 33) |
| HSL | hsl(51, 57%, 30%) |
| CMYK | cmyk(0%, 12%, 73%, 53%) |
| LAB | lab(45.2 -3.5 41.5) |
| LCH | lch(45.2 41.7 94.8) |
| OKLCH | oklch(0.526 0.094 98.3) |
Copy-ready code
/* CSS */
color: #796b21;
background-color: #796b21;
/* Tailwind (arbitrary) */
class="text-[#796b21] bg-[#796b21]"
/* SCSS */
$brand: #796b21;
/* SwiftUI */
Color(red: 0.475, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#796b21")Accessibility — WCAG contrast
Aa
#796b21 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#796b21 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow72.7%
Key (black)52.5%
Color previews
#796b21 text on a black background
contrast 3.94:1
Card sample
#796b21 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #796b21;
Background color
Panel with #796b21 background
background-color: #796b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #796b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #796b21; background: linear-gradient(135deg, #796b21, #4C7921);