#8a5c5c
a balanced, soft red · warm · closest name: gray
RGB
138, 92, 92
HSL
0°, 20%, 45%
CMYK
0, 33, 33, 46
Luminance
0.1383
Every format
| HEX | #8a5c5c |
| RGB | rgb(138, 92, 92) |
| HSL | hsl(0, 20%, 45%) |
| CMYK | cmyk(0%, 33%, 33%, 46%) |
| LAB | lab(44.0 18.9 7.7) |
| LCH | lch(44.0 20.4 22.2) |
| OKLCH | oklch(0.524 0.061 19.3) |
Copy-ready code
/* CSS */
color: #8a5c5c;
background-color: #8a5c5c;
/* Tailwind (arbitrary) */
class="text-[#8a5c5c] bg-[#8a5c5c]"
/* SCSS */
$brand: #8a5c5c;
/* SwiftUI */
Color(red: 0.541, green: 0.361, blue: 0.361)
/* Android */
Color.parseColor("#8a5c5c")Accessibility — WCAG contrast
Aa
#8a5c5c on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a5c5c on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green36.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow33.3%
Key (black)45.9%
Color previews
#8a5c5c text on a black background
contrast 3.77:1
Card sample
#8a5c5c text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a5c5c;
Background color
Panel with #8a5c5c background
background-color: #8a5c5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a5c5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 92, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 92, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a5c5c; background: linear-gradient(135deg, #8a5c5c, #8A7B5C);