#b375af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
179, 117, 175
HSL
304°, 29%, 58%
CMYK
0, 35, 2, 30
Luminance
0.2540
Every format
| HEX | #b375af |
| RGB | rgb(179, 117, 175) |
| HSL | hsl(304, 29%, 58%) |
| CMYK | cmyk(0%, 35%, 2%, 30%) |
| LAB | lab(57.5 33.6 -20.9) |
| LCH | lch(57.5 39.6 328.2) |
| OKLCH | oklch(0.647 0.110 329.0) |
Copy-ready code
/* CSS */
color: #b375af;
background-color: #b375af;
/* Tailwind (arbitrary) */
class="text-[#b375af] bg-[#b375af]"
/* SCSS */
$brand: #b375af;
/* SwiftUI */
Color(red: 0.702, green: 0.459, blue: 0.686)
/* Android */
Color.parseColor("#b375af")Accessibility — WCAG contrast
Aa
#b375af on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b375af on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green45.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow2.2%
Key (black)29.8%
Color previews
#b375af text on a black background
contrast 6.08:1
Card sample
#b375af text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b375af;
Background color
Panel with #b375af background
background-color: #b375af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b375af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 117, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 117, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b375af; background: linear-gradient(135deg, #b375af, #B37586);