#b554af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
181, 84, 175
HSL
304°, 40%, 52%
CMYK
0, 54, 3, 29
Luminance
0.1926
Every format
| HEX | #b554af |
| RGB | rgb(181, 84, 175) |
| HSL | hsl(304, 40%, 52%) |
| CMYK | cmyk(0%, 54%, 3%, 29%) |
| LAB | lab(51.0 51.5 -30.9) |
| LCH | lch(51.0 60.1 329.1) |
| OKLCH | oklch(0.599 0.168 329.8) |
Copy-ready code
/* CSS */
color: #b554af;
background-color: #b554af;
/* Tailwind (arbitrary) */
class="text-[#b554af] bg-[#b554af]"
/* SCSS */
$brand: #b554af;
/* SwiftUI */
Color(red: 0.710, green: 0.329, blue: 0.686)
/* Android */
Color.parseColor("#b554af")Accessibility — WCAG contrast
Aa
#b554af on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b554af on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green32.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow3.3%
Key (black)29.0%
Color previews
#b554af text on a black background
contrast 4.85:1
Card sample
#b554af text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b554af;
Background color
Panel with #b554af background
background-color: #b554af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b554af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 84, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 84, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b554af; background: linear-gradient(135deg, #b554af, #B5546E);