#b76e79
a balanced, soft red · warm · closest name: pink
RGB
183, 110, 121
HSL
351°, 34%, 58%
CMYK
0, 40, 34, 28
Luminance
0.2260
Every format
| HEX | #b76e79 |
| RGB | rgb(183, 110, 121) |
| HSL | hsl(351, 34%, 58%) |
| CMYK | cmyk(0%, 40%, 34%, 28%) |
| LAB | lab(54.7 30.3 6.4) |
| LCH | lch(54.7 31.0 11.9) |
| OKLCH | oklch(0.621 0.093 10.4) |
Copy-ready code
/* CSS */
color: #b76e79;
background-color: #b76e79;
/* Tailwind (arbitrary) */
class="text-[#b76e79] bg-[#b76e79]"
/* SCSS */
$brand: #b76e79;
/* SwiftUI */
Color(red: 0.718, green: 0.431, blue: 0.475)
/* Android */
Color.parseColor("#b76e79")Accessibility — WCAG contrast
Aa
#b76e79 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76e79 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow33.9%
Key (black)28.2%
Color previews
#b76e79 text on a black background
contrast 5.52:1
Card sample
#b76e79 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76e79;
Background color
Panel with #b76e79 background
background-color: #b76e79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76e79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 110, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 110, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76e79; background: linear-gradient(135deg, #b76e79, #B7946E);