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