#788521
a dark, vivid yellow · cool · closest name: olive
RGB
120, 133, 33
HSL
68°, 60%, 33%
CMYK
10, 0, 75, 48
Luminance
0.2088
Every format
| HEX | #788521 |
| RGB | rgb(120, 133, 33) |
| HSL | hsl(68, 60%, 33%) |
| CMYK | cmyk(10%, 0%, 75%, 48%) |
| LAB | lab(52.8 -18.2 49.0) |
| LCH | lch(52.8 52.3 110.4) |
| OKLCH | oklch(0.587 0.121 116.8) |
Copy-ready code
/* CSS */
color: #788521;
background-color: #788521;
/* Tailwind (arbitrary) */
class="text-[#788521] bg-[#788521]"
/* SCSS */
$brand: #788521;
/* SwiftUI */
Color(red: 0.471, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#788521")Accessibility — WCAG contrast
Aa
#788521 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788521 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green52.2%
Blue12.9%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#788521 text on a black background
contrast 5.18:1
Card sample
#788521 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788521;
Background color
Panel with #788521 background
background-color: #788521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788521; background: linear-gradient(135deg, #788521, #358521);