#b56074
a balanced, soft red · warm · closest name: salmon
RGB
181, 96, 116
HSL
346°, 37%, 54%
CMYK
0, 47, 36, 29
Luminance
0.1945
Every format
| HEX | #b56074 |
| RGB | rgb(181, 96, 116) |
| HSL | hsl(346, 37%, 54%) |
| CMYK | cmyk(0%, 47%, 36%, 29%) |
| LAB | lab(51.2 36.5 4.3) |
| LCH | lch(51.2 36.8 6.8) |
| OKLCH | oklch(0.594 0.111 6.0) |
Copy-ready code
/* CSS */
color: #b56074;
background-color: #b56074;
/* Tailwind (arbitrary) */
class="text-[#b56074] bg-[#b56074]"
/* SCSS */
$brand: #b56074;
/* SwiftUI */
Color(red: 0.710, green: 0.376, blue: 0.455)
/* Android */
Color.parseColor("#b56074")Accessibility — WCAG contrast
Aa
#b56074 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56074 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green37.6%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow35.9%
Key (black)29.0%
Color previews
#b56074 text on a black background
contrast 4.89:1
Card sample
#b56074 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56074;
Background color
Panel with #b56074 background
background-color: #b56074;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56074;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 96, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 96, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56074; background: linear-gradient(135deg, #b56074, #B58560);