#b36070
a balanced, soft red · warm · closest name: salmon
RGB
179, 96, 112
HSL
348°, 35%, 54%
CMYK
0, 46, 37, 30
Luminance
0.1912
Every format
| HEX | #b36070 |
| RGB | rgb(179, 96, 112) |
| HSL | hsl(348, 35%, 54%) |
| CMYK | cmyk(0%, 46%, 37%, 30%) |
| LAB | lab(50.8 35.3 6.2) |
| LCH | lch(50.8 35.8 9.9) |
| OKLCH | oklch(0.590 0.108 8.7) |
Copy-ready code
/* CSS */
color: #b36070;
background-color: #b36070;
/* Tailwind (arbitrary) */
class="text-[#b36070] bg-[#b36070]"
/* SCSS */
$brand: #b36070;
/* SwiftUI */
Color(red: 0.702, green: 0.376, blue: 0.439)
/* Android */
Color.parseColor("#b36070")Accessibility — WCAG contrast
Aa
#b36070 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36070 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green37.6%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow37.4%
Key (black)29.8%
Color previews
#b36070 text on a black background
contrast 4.82:1
Card sample
#b36070 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36070;
Background color
Panel with #b36070 background
background-color: #b36070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 96, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 96, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36070; background: linear-gradient(135deg, #b36070, #B38760);