#9b686a
a balanced, soft red · warm · closest name: gray
RGB
155, 104, 106
HSL
358°, 20%, 51%
CMYK
0, 33, 32, 39
Luminance
0.1791
Every format
| HEX | #9b686a |
| RGB | rgb(155, 104, 106) |
| HSL | hsl(358, 20%, 51%) |
| CMYK | cmyk(0%, 33%, 32%, 39%) |
| LAB | lab(49.4 20.8 7.2) |
| LCH | lch(49.4 22.0 19.2) |
| OKLCH | oklch(0.572 0.066 16.8) |
Copy-ready code
/* CSS */
color: #9b686a;
background-color: #9b686a;
/* Tailwind (arbitrary) */
class="text-[#9b686a] bg-[#9b686a]"
/* SCSS */
$brand: #9b686a;
/* SwiftUI */
Color(red: 0.608, green: 0.408, blue: 0.416)
/* Android */
Color.parseColor("#9b686a")Accessibility — WCAG contrast
Aa
#9b686a on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b686a on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green40.8%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow31.6%
Key (black)39.2%
Color previews
#9b686a text on a black background
contrast 4.58:1
Card sample
#9b686a text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b686a;
Background color
Panel with #9b686a background
background-color: #9b686a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b686a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 104, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 104, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b686a; background: linear-gradient(135deg, #9b686a, #9B8868);