#757527
a dark, vivid yellow · cool · closest name: olive
RGB
117, 117, 39
HSL
60°, 50%, 31%
CMYK
0, 0, 67, 54
Luminance
0.1665
Every format
| HEX | #757527 |
| RGB | rgb(117, 117, 39) |
| HSL | hsl(60, 50%, 31%) |
| CMYK | cmyk(0%, 0%, 67%, 54%) |
| LAB | lab(47.8 -10.6 41.4) |
| LCH | lch(47.8 42.8 104.4) |
| OKLCH | oklch(0.546 0.099 109.3) |
Copy-ready code
/* CSS */
color: #757527;
background-color: #757527;
/* Tailwind (arbitrary) */
class="text-[#757527] bg-[#757527]"
/* SCSS */
$brand: #757527;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.153)
/* Android */
Color.parseColor("#757527")Accessibility — WCAG contrast
Aa
#757527 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757527 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow66.7%
Key (black)54.1%
Color previews
#757527 text on a black background
contrast 4.33:1
Card sample
#757527 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757527;
Background color
Panel with #757527 background
background-color: #757527;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757527;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757527; background: linear-gradient(135deg, #757527, #417527);