#766c21
a dark, vivid yellow · cool · closest name: olive
RGB
118, 108, 33
HSL
53°, 56%, 30%
CMYK
0, 9, 72, 54
Luminance
0.1469
Every format
| HEX | #766c21 |
| RGB | rgb(118, 108, 33) |
| HSL | hsl(53, 56%, 30%) |
| CMYK | cmyk(0%, 9%, 72%, 54%) |
| LAB | lab(45.2 -5.5 41.4) |
| LCH | lch(45.2 41.8 97.5) |
| OKLCH | oklch(0.526 0.095 101.6) |
Copy-ready code
/* CSS */
color: #766c21;
background-color: #766c21;
/* Tailwind (arbitrary) */
class="text-[#766c21] bg-[#766c21]"
/* SCSS */
$brand: #766c21;
/* SwiftUI */
Color(red: 0.463, green: 0.424, blue: 0.129)
/* Android */
Color.parseColor("#766c21")Accessibility — WCAG contrast
Aa
#766c21 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#766c21 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green42.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow72.0%
Key (black)53.7%
Color previews
#766c21 text on a black background
contrast 3.94:1
Card sample
#766c21 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #766c21;
Background color
Panel with #766c21 background
background-color: #766c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #766c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 108, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 108, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #766c21; background: linear-gradient(135deg, #766c21, #477621);