#b87a7a
a balanced, soft red · warm · closest name: gray
RGB
184, 122, 122
HSL
0°, 30%, 60%
CMYK
0, 34, 34, 28
Luminance
0.2551
Every format
| HEX | #b87a7a |
| RGB | rgb(184, 122, 122) |
| HSL | hsl(0, 30%, 60%) |
| CMYK | cmyk(0%, 34%, 34%, 28%) |
| LAB | lab(57.6 24.2 10.0) |
| LCH | lch(57.6 26.2 22.4) |
| OKLCH | oklch(0.643 0.078 19.4) |
Copy-ready code
/* CSS */
color: #b87a7a;
background-color: #b87a7a;
/* Tailwind (arbitrary) */
class="text-[#b87a7a] bg-[#b87a7a]"
/* SCSS */
$brand: #b87a7a;
/* SwiftUI */
Color(red: 0.722, green: 0.478, blue: 0.478)
/* Android */
Color.parseColor("#b87a7a")Accessibility — WCAG contrast
Aa
#b87a7a on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87a7a on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green47.8%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow33.7%
Key (black)27.8%
Color previews
#b87a7a text on a black background
contrast 6.10:1
Card sample
#b87a7a text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87a7a;
Background color
Panel with #b87a7a background
background-color: #b87a7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87a7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 122, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 122, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87a7a; background: linear-gradient(135deg, #b87a7a, #B8A37A);