#736176
a dark, muted magenta / pink · warm · closest name: gray
RGB
115, 97, 118
HSL
291°, 10%, 42%
CMYK
3, 18, 0, 54
Luminance
0.1350
Every format
| HEX | #736176 |
| RGB | rgb(115, 97, 118) |
| HSL | hsl(291, 10%, 42%) |
| CMYK | cmyk(3%, 18%, 0%, 54%) |
| LAB | lab(43.5 11.3 -9.1) |
| LCH | lch(43.5 14.6 321.3) |
| OKLCH | oklch(0.517 0.039 321.5) |
Copy-ready code
/* CSS */
color: #736176;
background-color: #736176;
/* Tailwind (arbitrary) */
class="text-[#736176] bg-[#736176]"
/* SCSS */
$brand: #736176;
/* SwiftUI */
Color(red: 0.451, green: 0.380, blue: 0.463)
/* Android */
Color.parseColor("#736176")Accessibility — WCAG contrast
Aa
#736176 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#736176 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green38.0%
Blue46.3%
CMYK percentages
Cyan2.5%
Magenta17.8%
Yellow0.0%
Key (black)53.7%
Color previews
#736176 text on a black background
contrast 3.70:1
Card sample
#736176 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736176;
Background color
Panel with #736176 background
background-color: #736176;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736176;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 97, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 97, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736176; background: linear-gradient(135deg, #736176, #76616B);