#788621
a dark, vivid yellow · cool · closest name: olive
RGB
120, 134, 33
HSL
68°, 61%, 33%
CMYK
10, 0, 75, 48
Luminance
0.2115
Every format
| HEX | #788621 |
| RGB | rgb(120, 134, 33) |
| HSL | hsl(68, 61%, 33%) |
| CMYK | cmyk(10%, 0%, 75%, 48%) |
| LAB | lab(53.1 -18.7 49.3) |
| LCH | lch(53.1 52.7 110.8) |
| OKLCH | oklch(0.589 0.123 117.3) |
Copy-ready code
/* CSS */
color: #788621;
background-color: #788621;
/* Tailwind (arbitrary) */
class="text-[#788621] bg-[#788621]"
/* SCSS */
$brand: #788621;
/* SwiftUI */
Color(red: 0.471, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#788621")Accessibility — WCAG contrast
Aa
#788621 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788621 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green52.5%
Blue12.9%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#788621 text on a black background
contrast 5.23:1
Card sample
#788621 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788621;
Background color
Panel with #788621 background
background-color: #788621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788621; background: linear-gradient(135deg, #788621, #358621);