#766413
a dark, vivid yellow · cool · closest name: olive
RGB
118, 100, 19
HSL
49°, 72%, 27%
CMYK
0, 15, 84, 54
Luminance
0.1301
Every format
| HEX | #766413 |
| RGB | rgb(118, 100, 19) |
| HSL | hsl(49, 72%, 27%) |
| CMYK | cmyk(0%, 15%, 84%, 54%) |
| LAB | lab(42.8 -1.5 44.6) |
| LCH | lch(42.8 44.6 92.0) |
| OKLCH | oklch(0.506 0.097 95.5) |
Copy-ready code
/* CSS */
color: #766413;
background-color: #766413;
/* Tailwind (arbitrary) */
class="text-[#766413] bg-[#766413]"
/* SCSS */
$brand: #766413;
/* SwiftUI */
Color(red: 0.463, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#766413")Accessibility — WCAG contrast
Aa
#766413 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#766413 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow83.9%
Key (black)53.7%
Color previews
#766413 text on a black background
contrast 3.60:1
Card sample
#766413 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #766413;
Background color
Panel with #766413 background
background-color: #766413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #766413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #766413; background: linear-gradient(135deg, #766413, #467613);