#788f21
a dark, vivid green · cool · closest name: olivedrab
RGB
120, 143, 33
HSL
73°, 63%, 35%
CMYK
16, 0, 77, 44
Luminance
0.2375
Every format
| HEX | #788f21 |
| RGB | rgb(120, 143, 33) |
| HSL | hsl(73, 63%, 35%) |
| CMYK | cmyk(16%, 0%, 77%, 44%) |
| LAB | lab(55.8 -23.3 51.8) |
| LCH | lch(55.8 56.9 114.2) |
| OKLCH | oklch(0.611 0.134 121.1) |
Copy-ready code
/* CSS */
color: #788f21;
background-color: #788f21;
/* Tailwind (arbitrary) */
class="text-[#788f21] bg-[#788f21]"
/* SCSS */
$brand: #788f21;
/* SwiftUI */
Color(red: 0.471, green: 0.561, blue: 0.129)
/* Android */
Color.parseColor("#788f21")Accessibility — WCAG contrast
Aa
#788f21 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788f21 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green56.1%
Blue12.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow76.9%
Key (black)43.9%
Color previews
#788f21 text on a black background
contrast 5.75:1
Card sample
#788f21 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788f21;
Background color
Panel with #788f21 background
background-color: #788f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 143, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 143, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788f21; background: linear-gradient(135deg, #788f21, #2F8F21);