#b136af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
177, 54, 175
HSL
301°, 53%, 45%
CMYK
0, 70, 1, 31
Luminance
0.1508
Every format
| HEX | #b136af |
| RGB | rgb(177, 54, 175) |
| HSL | hsl(301, 53%, 45%) |
| CMYK | cmyk(0%, 70%, 1%, 31%) |
| LAB | lab(45.8 63.3 -39.2) |
| LCH | lch(45.8 74.4 328.3) |
| OKLCH | oklch(0.559 0.208 328.6) |
Copy-ready code
/* CSS */
color: #b136af;
background-color: #b136af;
/* Tailwind (arbitrary) */
class="text-[#b136af] bg-[#b136af]"
/* SCSS */
$brand: #b136af;
/* SwiftUI */
Color(red: 0.694, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#b136af")Accessibility — WCAG contrast
Aa
#b136af on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b136af on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green21.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow1.1%
Key (black)30.6%
Color previews
#b136af text on a black background
contrast 4.02:1
Card sample
#b136af text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b136af;
Background color
Panel with #b136af background
background-color: #b136af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b136af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b136af; background: linear-gradient(135deg, #b136af, #B1365D);