#b293af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
178, 147, 175
HSL
306°, 17%, 64%
CMYK
0, 17, 2, 30
Luminance
0.3343
Every format
| HEX | #b293af |
| RGB | rgb(178, 147, 175) |
| HSL | hsl(306, 17%, 64%) |
| CMYK | cmyk(0%, 17%, 2%, 30%) |
| LAB | lab(64.5 16.5 -10.3) |
| LCH | lch(64.5 19.4 328.2) |
| OKLCH | oklch(0.700 0.054 329.3) |
Copy-ready code
/* CSS */
color: #b293af;
background-color: #b293af;
/* Tailwind (arbitrary) */
class="text-[#b293af] bg-[#b293af]"
/* SCSS */
$brand: #b293af;
/* SwiftUI */
Color(red: 0.698, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#b293af")Accessibility — WCAG contrast
Aa
#b293af on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b293af on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green57.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow1.7%
Key (black)30.2%
Color previews
#b293af text on a black background
contrast 7.69:1
Card sample
#b293af text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b293af;
Background color
Panel with #b293af background
background-color: #b293af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b293af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b293af; background: linear-gradient(135deg, #b293af, #B2939A);