#b397af
a balanced, soft magenta / pink · warm · closest name: gray
RGB
179, 151, 175
HSL
309°, 16%, 65%
CMYK
0, 16, 2, 30
Luminance
0.3481
Every format
| HEX | #b397af |
| RGB | rgb(179, 151, 175) |
| HSL | hsl(309, 16%, 65%) |
| CMYK | cmyk(0%, 16%, 2%, 30%) |
| LAB | lab(65.6 14.6 -8.6) |
| LCH | lch(65.6 17.0 329.5) |
| OKLCH | oklch(0.709 0.047 330.8) |
Copy-ready code
/* CSS */
color: #b397af;
background-color: #b397af;
/* Tailwind (arbitrary) */
class="text-[#b397af] bg-[#b397af]"
/* SCSS */
$brand: #b397af;
/* SwiftUI */
Color(red: 0.702, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#b397af")Accessibility — WCAG contrast
Aa
#b397af on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b397af on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green59.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow2.2%
Key (black)29.8%
Color previews
#b397af text on a black background
contrast 7.96:1
Card sample
#b397af text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b397af;
Background color
Panel with #b397af background
background-color: #b397af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b397af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b397af; background: linear-gradient(135deg, #b397af, #B3979C);