#75752f
a dark, soft yellow · cool · closest name: olive
RGB
117, 117, 47
HSL
60°, 43%, 32%
CMYK
0, 0, 60, 54
Luminance
0.1671
Every format
| HEX | #75752f |
| RGB | rgb(117, 117, 47) |
| HSL | hsl(60, 43%, 32%) |
| CMYK | cmyk(0%, 0%, 60%, 54%) |
| LAB | lab(47.9 -10.0 37.8) |
| LCH | lch(47.9 39.1 104.9) |
| OKLCH | oklch(0.547 0.092 109.1) |
Copy-ready code
/* CSS */
color: #75752f;
background-color: #75752f;
/* Tailwind (arbitrary) */
class="text-[#75752f] bg-[#75752f]"
/* SCSS */
$brand: #75752f;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#75752f")Accessibility — WCAG contrast
Aa
#75752f on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#75752f on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow59.8%
Key (black)54.1%
Color previews
#75752f text on a black background
contrast 4.34:1
Card sample
#75752f text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75752f;
Background color
Panel with #75752f background
background-color: #75752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75752f; background: linear-gradient(135deg, #75752f, #46752F);