#747458
a dark, muted yellow · cool · closest name: gray
RGB
116, 116, 88
HSL
60°, 14%, 40%
CMYK
0, 0, 24, 55
Luminance
0.1691
Every format
| HEX | #747458 |
| RGB | rgb(116, 116, 88) |
| HSL | hsl(60, 14%, 40%) |
| CMYK | cmyk(0%, 0%, 24%, 55%) |
| LAB | lab(48.1 -5.0 15.5) |
| LCH | lch(48.1 16.3 107.9) |
| OKLCH | oklch(0.551 0.041 107.7) |
Copy-ready code
/* CSS */
color: #747458;
background-color: #747458;
/* Tailwind (arbitrary) */
class="text-[#747458] bg-[#747458]"
/* SCSS */
$brand: #747458;
/* SwiftUI */
Color(red: 0.455, green: 0.455, blue: 0.345)
/* Android */
Color.parseColor("#747458")Accessibility — WCAG contrast
Aa
#747458 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#747458 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green45.5%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow24.1%
Key (black)54.5%
Color previews
#747458 text on a black background
contrast 4.38:1
Card sample
#747458 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747458;
Background color
Panel with #747458 background
background-color: #747458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 116, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 116, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747458; background: linear-gradient(135deg, #747458, #617458);