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