#b27584
a balanced, soft red · warm · closest name: gray
RGB
178, 117, 132
HSL
345°, 28%, 58%
CMYK
0, 34, 26, 30
Luminance
0.2385
Every format
| HEX | #b27584 |
| RGB | rgb(178, 117, 132) |
| HSL | hsl(345, 28%, 58%) |
| CMYK | cmyk(0%, 34%, 26%, 30%) |
| LAB | lab(55.9 26.1 1.7) |
| LCH | lch(55.9 26.1 3.8) |
| OKLCH | oklch(0.630 0.079 3.5) |
Copy-ready code
/* CSS */
color: #b27584;
background-color: #b27584;
/* Tailwind (arbitrary) */
class="text-[#b27584] bg-[#b27584]"
/* SCSS */
$brand: #b27584;
/* SwiftUI */
Color(red: 0.698, green: 0.459, blue: 0.518)
/* Android */
Color.parseColor("#b27584")Accessibility — WCAG contrast
Aa
#b27584 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b27584 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green45.9%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow25.8%
Key (black)30.2%
Color previews
#b27584 text on a black background
contrast 5.77:1
Card sample
#b27584 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27584;
Background color
Panel with #b27584 background
background-color: #b27584;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27584;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 117, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 117, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27584; background: linear-gradient(135deg, #b27584, #B28F75);