#b438af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
180, 56, 175
HSL
302°, 53%, 46%
CMYK
0, 69, 3, 29
Luminance
0.1563
Every format
| HEX | #b438af |
| RGB | rgb(180, 56, 175) |
| HSL | hsl(302, 53%, 46%) |
| CMYK | cmyk(0%, 69%, 3%, 29%) |
| LAB | lab(46.5 63.3 -38.0) |
| LCH | lch(46.5 73.8 329.0) |
| OKLCH | oklch(0.566 0.207 329.6) |
Copy-ready code
/* CSS */
color: #b438af;
background-color: #b438af;
/* Tailwind (arbitrary) */
class="text-[#b438af] bg-[#b438af]"
/* SCSS */
$brand: #b438af;
/* SwiftUI */
Color(red: 0.706, green: 0.220, blue: 0.686)
/* Android */
Color.parseColor("#b438af")Accessibility — WCAG contrast
Aa
#b438af on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b438af on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green22.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow2.8%
Key (black)29.4%
Color previews
#b438af text on a black background
contrast 4.13:1
Card sample
#b438af text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b438af;
Background color
Panel with #b438af background
background-color: #b438af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b438af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 56, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 56, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b438af; background: linear-gradient(135deg, #b438af, #B4385C);