#788421
a dark, vivid yellow · cool · closest name: olive
RGB
120, 132, 33
HSL
67°, 60%, 32%
CMYK
9, 0, 75, 48
Luminance
0.2061
Every format
| HEX | #788421 |
| RGB | rgb(120, 132, 33) |
| HSL | hsl(67, 60%, 32%) |
| CMYK | cmyk(9%, 0%, 75%, 48%) |
| LAB | lab(52.5 -17.7 48.7) |
| LCH | lch(52.5 51.8 110.0) |
| OKLCH | oklch(0.585 0.120 116.3) |
Copy-ready code
/* CSS */
color: #788421;
background-color: #788421;
/* Tailwind (arbitrary) */
class="text-[#788421] bg-[#788421]"
/* SCSS */
$brand: #788421;
/* SwiftUI */
Color(red: 0.471, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#788421")Accessibility — WCAG contrast
Aa
#788421 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788421 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green51.8%
Blue12.9%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#788421 text on a black background
contrast 5.12:1
Card sample
#788421 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788421;
Background color
Panel with #788421 background
background-color: #788421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788421; background: linear-gradient(135deg, #788421, #368421);