#925c6e
a balanced, soft magenta / pink · warm · closest name: gray
RGB
146, 92, 110
HSL
340°, 23%, 47%
CMYK
0, 37, 25, 43
Luminance
0.1489
Every format
| HEX | #925c6e |
| RGB | rgb(146, 92, 110) |
| HSL | hsl(340, 23%, 47%) |
| CMYK | cmyk(0%, 37%, 25%, 43%) |
| LAB | lab(45.5 24.7 -0.9) |
| LCH | lch(45.5 24.7 357.8) |
| OKLCH | oklch(0.540 0.074 358.4) |
Copy-ready code
/* CSS */
color: #925c6e;
background-color: #925c6e;
/* Tailwind (arbitrary) */
class="text-[#925c6e] bg-[#925c6e]"
/* SCSS */
$brand: #925c6e;
/* SwiftUI */
Color(red: 0.573, green: 0.361, blue: 0.431)
/* Android */
Color.parseColor("#925c6e")Accessibility — WCAG contrast
Aa
#925c6e on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#925c6e on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green36.1%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow24.7%
Key (black)42.7%
Color previews
#925c6e text on a black background
contrast 3.98:1
Card sample
#925c6e text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925c6e;
Background color
Panel with #925c6e background
background-color: #925c6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925c6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 92, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 92, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925c6e; background: linear-gradient(135deg, #925c6e, #926E5C);