#b397ac
a balanced, soft magenta / pink · warm · closest name: gray
RGB
179, 151, 172
HSL
315°, 16%, 65%
CMYK
0, 16, 4, 30
Luminance
0.3470
Every format
| HEX | #b397ac |
| RGB | rgb(179, 151, 172) |
| HSL | hsl(315, 16%, 65%) |
| CMYK | cmyk(0%, 16%, 4%, 30%) |
| LAB | lab(65.5 14.1 -7.1) |
| LCH | lch(65.5 15.8 333.4) |
| OKLCH | oklch(0.708 0.044 334.9) |
Copy-ready code
/* CSS */
color: #b397ac;
background-color: #b397ac;
/* Tailwind (arbitrary) */
class="text-[#b397ac] bg-[#b397ac]"
/* SCSS */
$brand: #b397ac;
/* SwiftUI */
Color(red: 0.702, green: 0.592, blue: 0.675)
/* Android */
Color.parseColor("#b397ac")Accessibility — WCAG contrast
Aa
#b397ac on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b397ac on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green59.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow3.9%
Key (black)29.8%
Color previews
#b397ac text on a black background
contrast 7.94:1
Card sample
#b397ac text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b397ac;
Background color
Panel with #b397ac background
background-color: #b397ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b397ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 151, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 151, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b397ac; background: linear-gradient(135deg, #b397ac, #B39799);