#758564
a balanced, muted green · cool · closest name: gray
RGB
117, 133, 100
HSL
89°, 14%, 46%
CMYK
12, 0, 25, 48
Luminance
0.2148
Every format
| HEX | #758564 |
| RGB | rgb(117, 133, 100) |
| HSL | hsl(89, 14%, 46%) |
| CMYK | cmyk(12%, 0%, 25%, 48%) |
| LAB | lab(53.5 -12.2 15.9) |
| LCH | lch(53.5 20.0 127.4) |
| OKLCH | oklch(0.595 0.052 128.9) |
Copy-ready code
/* CSS */
color: #758564;
background-color: #758564;
/* Tailwind (arbitrary) */
class="text-[#758564] bg-[#758564]"
/* SCSS */
$brand: #758564;
/* SwiftUI */
Color(red: 0.459, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#758564")Accessibility — WCAG contrast
Aa
#758564 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758564 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.2%
Blue39.2%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#758564 text on a black background
contrast 5.30:1
Card sample
#758564 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758564;
Background color
Panel with #758564 background
background-color: #758564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758564; background: linear-gradient(135deg, #758564, #648569);