#788821
a dark, vivid yellow · cool · closest name: olivedrab
RGB
120, 136, 33
HSL
69°, 61%, 33%
CMYK
12, 0, 76, 47
Luminance
0.2171
Every format
| HEX | #788821 |
| RGB | rgb(120, 136, 33) |
| HSL | hsl(69, 61%, 33%) |
| CMYK | cmyk(12%, 0%, 76%, 47%) |
| LAB | lab(53.7 -19.8 49.8) |
| LCH | lch(53.7 53.6 111.6) |
| OKLCH | oklch(0.594 0.125 118.2) |
Copy-ready code
/* CSS */
color: #788821;
background-color: #788821;
/* Tailwind (arbitrary) */
class="text-[#788821] bg-[#788821]"
/* SCSS */
$brand: #788821;
/* SwiftUI */
Color(red: 0.471, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#788821")Accessibility — WCAG contrast
Aa
#788821 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788821 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green53.3%
Blue12.9%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#788821 text on a black background
contrast 5.34:1
Card sample
#788821 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788821;
Background color
Panel with #788821 background
background-color: #788821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788821; background: linear-gradient(135deg, #788821, #338821);