#75640c
a dark, electric yellow · cool · closest name: olive
RGB
117, 100, 12
HSL
50°, 81%, 25%
CMYK
0, 15, 90, 54
Luminance
0.1292
Every format
| HEX | #75640c |
| RGB | rgb(117, 100, 12) |
| HSL | hsl(50, 81%, 25%) |
| CMYK | cmyk(0%, 15%, 90%, 54%) |
| LAB | lab(42.6 -2.2 46.5) |
| LCH | lch(42.6 46.6 92.8) |
| OKLCH | oklch(0.505 0.100 96.8) |
Copy-ready code
/* CSS */
color: #75640c;
background-color: #75640c;
/* Tailwind (arbitrary) */
class="text-[#75640c] bg-[#75640c]"
/* SCSS */
$brand: #75640c;
/* SwiftUI */
Color(red: 0.459, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#75640c")Accessibility — WCAG contrast
Aa
#75640c on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#75640c on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green39.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow89.7%
Key (black)54.1%
Color previews
#75640c text on a black background
contrast 3.58:1
Card sample
#75640c text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75640c;
Background color
Panel with #75640c background
background-color: #75640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75640c; background: linear-gradient(135deg, #75640c, #40750C);