#766021
a dark, vivid yellow · warm · closest name: olive
RGB
118, 96, 33
HSL
45°, 56%, 30%
CMYK
0, 19, 72, 54
Luminance
0.1233
Every format
| HEX | #766021 |
| RGB | rgb(118, 96, 33) |
| HSL | hsl(45, 56%, 30%) |
| CMYK | cmyk(0%, 19%, 72%, 54%) |
| LAB | lab(41.7 1.5 37.9) |
| LCH | lch(41.7 37.9 87.7) |
| OKLCH | oklch(0.498 0.085 89.4) |
Copy-ready code
/* CSS */
color: #766021;
background-color: #766021;
/* Tailwind (arbitrary) */
class="text-[#766021] bg-[#766021]"
/* SCSS */
$brand: #766021;
/* SwiftUI */
Color(red: 0.463, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#766021")Accessibility — WCAG contrast
Aa
#766021 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#766021 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow72.0%
Key (black)53.7%
Color previews
#766021 text on a black background
contrast 3.47:1
Card sample
#766021 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #766021;
Background color
Panel with #766021 background
background-color: #766021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #766021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #766021; background: linear-gradient(135deg, #766021, #537621);