#b545af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
181, 69, 175
HSL
303°, 45%, 49%
CMYK
0, 62, 3, 29
Luminance
0.1718
Every format
| HEX | #b545af |
| RGB | rgb(181, 69, 175) |
| HSL | hsl(303, 45%, 49%) |
| CMYK | cmyk(0%, 62%, 3%, 29%) |
| LAB | lab(48.5 58.4 -34.8) |
| LCH | lch(48.5 68.0 329.2) |
| OKLCH | oklch(0.581 0.191 329.9) |
Copy-ready code
/* CSS */
color: #b545af;
background-color: #b545af;
/* Tailwind (arbitrary) */
class="text-[#b545af] bg-[#b545af]"
/* SCSS */
$brand: #b545af;
/* SwiftUI */
Color(red: 0.710, green: 0.271, blue: 0.686)
/* Android */
Color.parseColor("#b545af")Accessibility — WCAG contrast
Aa
#b545af on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b545af on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green27.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow3.3%
Key (black)29.0%
Color previews
#b545af text on a black background
contrast 4.44:1
Card sample
#b545af text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b545af;
Background color
Panel with #b545af background
background-color: #b545af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b545af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 69, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 69, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b545af; background: linear-gradient(135deg, #b545af, #B54564);