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