#92655c
a balanced, soft red · warm · closest name: gray
RGB
146, 101, 92
HSL
10°, 23%, 47%
CMYK
0, 31, 37, 43
Luminance
0.1619
Every format
| HEX | #92655c |
| RGB | rgb(146, 101, 92) |
| HSL | hsl(10, 23%, 47%) |
| CMYK | cmyk(0%, 31%, 37%, 43%) |
| LAB | lab(47.2 16.9 12.4) |
| LCH | lch(47.2 21.0 36.2) |
| OKLCH | oklch(0.551 0.060 31.7) |
Copy-ready code
/* CSS */
color: #92655c;
background-color: #92655c;
/* Tailwind (arbitrary) */
class="text-[#92655c] bg-[#92655c]"
/* SCSS */
$brand: #92655c;
/* SwiftUI */
Color(red: 0.573, green: 0.396, blue: 0.361)
/* Android */
Color.parseColor("#92655c")Accessibility — WCAG contrast
Aa
#92655c on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#92655c on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green39.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow37.0%
Key (black)42.7%
Color previews
#92655c text on a black background
contrast 4.24:1
Card sample
#92655c text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92655c;
Background color
Panel with #92655c background
background-color: #92655c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92655c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 101, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 101, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92655c; background: linear-gradient(135deg, #92655c, #92895C);