#b7828e
a balanced, soft red · warm · closest name: gray
RGB
183, 130, 142
HSL
346°, 27%, 61%
CMYK
0, 29, 22, 28
Luminance
0.2799
Every format
| HEX | #b7828e |
| RGB | rgb(183, 130, 142) |
| HSL | hsl(346, 27%, 61%) |
| CMYK | cmyk(0%, 29%, 22%, 28%) |
| LAB | lab(59.9 22.2 1.7) |
| LCH | lch(59.9 22.3 4.5) |
| OKLCH | oklch(0.663 0.067 4.1) |
Copy-ready code
/* CSS */
color: #b7828e;
background-color: #b7828e;
/* Tailwind (arbitrary) */
class="text-[#b7828e] bg-[#b7828e]"
/* SCSS */
$brand: #b7828e;
/* SwiftUI */
Color(red: 0.718, green: 0.510, blue: 0.557)
/* Android */
Color.parseColor("#b7828e")Accessibility — WCAG contrast
Aa
#b7828e on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b7828e on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green51.0%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow22.4%
Key (black)28.2%
Color previews
#b7828e text on a black background
contrast 6.60:1
Card sample
#b7828e text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7828e;
Background color
Panel with #b7828e background
background-color: #b7828e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7828e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 130, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 130, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7828e; background: linear-gradient(135deg, #b7828e, #B79982);