#94947f
a balanced, muted yellow · cool · closest name: gray
RGB
148, 148, 127
HSL
60°, 9%, 54%
CMYK
0, 0, 14, 42
Luminance
0.2901
Every format
| HEX | #94947f |
| RGB | rgb(148, 148, 127) |
| HSL | hsl(60, 9%, 54%) |
| CMYK | cmyk(0%, 0%, 14%, 42%) |
| LAB | lab(60.8 -3.8 11.1) |
| LCH | lch(60.8 11.8 108.9) |
| OKLCH | oklch(0.661 0.030 107.2) |
Copy-ready code
/* CSS */
color: #94947f;
background-color: #94947f;
/* Tailwind (arbitrary) */
class="text-[#94947f] bg-[#94947f]"
/* SCSS */
$brand: #94947f;
/* SwiftUI */
Color(red: 0.580, green: 0.580, blue: 0.498)
/* Android */
Color.parseColor("#94947f")Accessibility — WCAG contrast
Aa
#94947f on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#94947f on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green58.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.2%
Key (black)42.0%
Color previews
#94947f text on a black background
contrast 6.80:1
Card sample
#94947f text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94947f;
Background color
Panel with #94947f background
background-color: #94947f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94947f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 148, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 148, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94947f; background: linear-gradient(135deg, #94947f, #86947F);