#94a3a3
a balanced, muted gray · cool · closest name: silver
RGB
148, 163, 163
HSL
180°, 8%, 61%
CMYK
9, 0, 0, 36
Luminance
0.3513
Every format
| HEX | #94a3a3 |
| RGB | rgb(148, 163, 163) |
| HSL | hsl(180, 8%, 61%) |
| CMYK | cmyk(9%, 0%, 0%, 36%) |
| LAB | lab(65.8 -5.3 -1.8) |
| LCH | lch(65.8 5.6 199.0) |
| OKLCH | oklch(0.704 0.017 196.8) |
Copy-ready code
/* CSS */
color: #94a3a3;
background-color: #94a3a3;
/* Tailwind (arbitrary) */
class="text-[#94a3a3] bg-[#94a3a3]"
/* SCSS */
$brand: #94a3a3;
/* SwiftUI */
Color(red: 0.580, green: 0.639, blue: 0.639)
/* Android */
Color.parseColor("#94a3a3")Accessibility — WCAG contrast
Aa
#94a3a3 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94a3a3 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green63.9%
Blue63.9%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow0.0%
Key (black)36.1%
Color previews
#94a3a3 text on a black background
contrast 8.03:1
Card sample
#94a3a3 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94a3a3;
Background color
Panel with #94a3a3 background
background-color: #94a3a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94a3a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 163, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 163, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94a3a3; background: linear-gradient(135deg, #94a3a3, #9499A3);