#767621
a dark, vivid yellow · cool · closest name: olive
RGB
118, 118, 33
HSL
60°, 56%, 30%
CMYK
0, 0, 72, 54
Luminance
0.1692
Every format
| HEX | #767621 |
| RGB | rgb(118, 118, 33) |
| HSL | hsl(60, 56%, 30%) |
| CMYK | cmyk(0%, 0%, 72%, 54%) |
| LAB | lab(48.2 -11.1 44.4) |
| LCH | lch(48.2 45.7 104.0) |
| OKLCH | oklch(0.549 0.105 109.4) |
Copy-ready code
/* CSS */
color: #767621;
background-color: #767621;
/* Tailwind (arbitrary) */
class="text-[#767621] bg-[#767621]"
/* SCSS */
$brand: #767621;
/* SwiftUI */
Color(red: 0.463, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#767621")Accessibility — WCAG contrast
Aa
#767621 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#767621 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#767621 text on a black background
contrast 4.38:1
Card sample
#767621 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767621;
Background color
Panel with #767621 background
background-color: #767621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767621; background: linear-gradient(135deg, #767621, #3D7621);