#757557
a dark, muted yellow · cool · closest name: gray
RGB
117, 117, 87
HSL
60°, 15%, 40%
CMYK
0, 0, 26, 54
Luminance
0.1719
Every format
| HEX | #757557 |
| RGB | rgb(117, 117, 87) |
| HSL | hsl(60, 15%, 40%) |
| CMYK | cmyk(0%, 0%, 26%, 54%) |
| LAB | lab(48.5 -5.3 16.6) |
| LCH | lch(48.5 17.4 107.8) |
| OKLCH | oklch(0.554 0.044 107.8) |
Copy-ready code
/* CSS */
color: #757557;
background-color: #757557;
/* Tailwind (arbitrary) */
class="text-[#757557] bg-[#757557]"
/* SCSS */
$brand: #757557;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.341)
/* Android */
Color.parseColor("#757557")Accessibility — WCAG contrast
Aa
#757557 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757557 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow25.6%
Key (black)54.1%
Color previews
#757557 text on a black background
contrast 4.44:1
Card sample
#757557 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757557;
Background color
Panel with #757557 background
background-color: #757557;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757557;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757557; background: linear-gradient(135deg, #757557, #617557);