#b55eb0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
181, 94, 176
HSL
303°, 37%, 54%
CMYK
0, 48, 3, 29
Luminance
0.2096
Every format
| HEX | #b55eb0 |
| RGB | rgb(181, 94, 176) |
| HSL | hsl(303, 37%, 54%) |
| CMYK | cmyk(0%, 48%, 3%, 29%) |
| LAB | lab(52.9 46.8 -28.5) |
| LCH | lch(52.9 54.7 328.7) |
| OKLCH | oklch(0.613 0.153 329.4) |
Copy-ready code
/* CSS */
color: #b55eb0;
background-color: #b55eb0;
/* Tailwind (arbitrary) */
class="text-[#b55eb0] bg-[#b55eb0]"
/* SCSS */
$brand: #b55eb0;
/* SwiftUI */
Color(red: 0.710, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#b55eb0")Accessibility — WCAG contrast
Aa
#b55eb0 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55eb0 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow2.8%
Key (black)29.0%
Color previews
#b55eb0 text on a black background
contrast 5.19:1
Card sample
#b55eb0 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55eb0;
Background color
Panel with #b55eb0 background
background-color: #b55eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55eb0; background: linear-gradient(135deg, #b55eb0, #B55E76);