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