#b55cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 92, 223
HSL
281°, 67%, 62%
CMYK
19, 59, 0, 13
Luminance
0.2281
Every format
| HEX | #b55cdf |
| RGB | rgb(181, 92, 223) |
| HSL | hsl(281, 67%, 62%) |
| CMYK | cmyk(19%, 59%, 0%, 13%) |
| LAB | lab(54.9 57.0 -52.3) |
| LCH | lch(54.9 77.3 317.4) |
| OKLCH | oklch(0.635 0.202 313.5) |
Copy-ready code
/* CSS */
color: #b55cdf;
background-color: #b55cdf;
/* Tailwind (arbitrary) */
class="text-[#b55cdf] bg-[#b55cdf]"
/* SCSS */
$brand: #b55cdf;
/* SwiftUI */
Color(red: 0.710, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#b55cdf")Accessibility — WCAG contrast
Aa
#b55cdf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b55cdf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green36.1%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b55cdf text on a black background
contrast 5.56:1
Card sample
#b55cdf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55cdf;
Background color
Panel with #b55cdf background
background-color: #b55cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55cdf; background: linear-gradient(135deg, #b55cdf, #DF5CB2);