#789321
a dark, vivid green · cool · closest name: olivedrab
RGB
120, 147, 33
HSL
74°, 63%, 35%
CMYK
18, 0, 78, 42
Luminance
0.2497
Every format
| HEX | #789321 |
| RGB | rgb(120, 147, 33) |
| HSL | hsl(74, 63%, 35%) |
| CMYK | cmyk(18%, 0%, 78%, 42%) |
| LAB | lab(57.0 -25.3 53.0) |
| LCH | lch(57.0 58.7 115.6) |
| OKLCH | oklch(0.621 0.139 122.5) |
Copy-ready code
/* CSS */
color: #789321;
background-color: #789321;
/* Tailwind (arbitrary) */
class="text-[#789321] bg-[#789321]"
/* SCSS */
$brand: #789321;
/* SwiftUI */
Color(red: 0.471, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#789321")Accessibility — WCAG contrast
Aa
#789321 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#789321 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green57.6%
Blue12.9%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#789321 text on a black background
contrast 5.99:1
Card sample
#789321 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #789321;
Background color
Panel with #789321 background
background-color: #789321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #789321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #789321; background: linear-gradient(135deg, #789321, #2C9321);