#b45461
a balanced, soft red · warm · closest name: salmon
RGB
180, 84, 97
HSL
352°, 39%, 52%
CMYK
0, 53, 46, 29
Luminance
0.1691
Every format
| HEX | #b45461 |
| RGB | rgb(180, 84, 97) |
| HSL | hsl(352, 39%, 52%) |
| CMYK | cmyk(0%, 53%, 46%, 29%) |
| LAB | lab(48.1 40.2 11.4) |
| LCH | lch(48.1 41.8 15.8) |
| OKLCH | oklch(0.569 0.125 13.5) |
Copy-ready code
/* CSS */
color: #b45461;
background-color: #b45461;
/* Tailwind (arbitrary) */
class="text-[#b45461] bg-[#b45461]"
/* SCSS */
$brand: #b45461;
/* SwiftUI */
Color(red: 0.706, green: 0.329, blue: 0.380)
/* Android */
Color.parseColor("#b45461")Accessibility — WCAG contrast
Aa
#b45461 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b45461 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green32.9%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow46.1%
Key (black)29.4%
Color previews
#b45461 text on a black background
contrast 4.38:1
Card sample
#b45461 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45461;
Background color
Panel with #b45461 background
background-color: #b45461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 84, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 84, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45461; background: linear-gradient(135deg, #b45461, #B48754);