#737373
a balanced, muted gray · warm · closest name: gray
RGB
115, 115, 115
HSL
0°, 0%, 45%
CMYK
0, 0, 0, 55
Luminance
0.1714
Every format
| HEX | #737373 |
| RGB | rgb(115, 115, 115) |
| HSL | hsl(0, 0%, 45%) |
| CMYK | cmyk(0%, 0%, 0%, 55%) |
| LAB | lab(48.4 0.0 0.0) |
| LCH | lch(48.4 0.0 180.0) |
| OKLCH | oklch(0.555 0.000 89.9) |
Copy-ready code
/* CSS */
color: #737373;
background-color: #737373;
/* Tailwind (arbitrary) */
class="text-[#737373] bg-[#737373]"
/* SCSS */
$brand: #737373;
/* SwiftUI */
Color(red: 0.451, green: 0.451, blue: 0.451)
/* Android */
Color.parseColor("#737373")Accessibility — WCAG contrast
Aa
#737373 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#737373 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green45.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)54.9%
Color previews
#737373 text on a black background
contrast 4.43:1
Card sample
#737373 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #737373;
Background color
Panel with #737373 background
background-color: #737373;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #737373;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 115, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 115, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #737373; background: linear-gradient(135deg, #737373, #737373);