#98697f
a balanced, soft magenta / pink · warm · closest name: gray
RGB
152, 105, 127
HSL
332°, 19%, 50%
CMYK
0, 31, 16, 40
Luminance
0.1831
Every format
| HEX | #98697f |
| RGB | rgb(152, 105, 127) |
| HSL | hsl(332, 19%, 50%) |
| CMYK | cmyk(0%, 31%, 16%, 40%) |
| LAB | lab(49.9 22.3 -4.6) |
| LCH | lch(49.9 22.8 348.3) |
| OKLCH | oklch(0.577 0.067 349.8) |
Copy-ready code
/* CSS */
color: #98697f;
background-color: #98697f;
/* Tailwind (arbitrary) */
class="text-[#98697f] bg-[#98697f]"
/* SCSS */
$brand: #98697f;
/* SwiftUI */
Color(red: 0.596, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#98697f")Accessibility — WCAG contrast
Aa
#98697f on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#98697f on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow16.4%
Key (black)40.4%
Color previews
#98697f text on a black background
contrast 4.66:1
Card sample
#98697f text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98697f;
Background color
Panel with #98697f background
background-color: #98697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98697f; background: linear-gradient(135deg, #98697f, #987269);