#b54cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 76, 223
HSL
283°, 70%, 59%
CMYK
19, 66, 0, 13
Luminance
0.2032
Every format
| HEX | #b54cdf |
| RGB | rgb(181, 76, 223) |
| HSL | hsl(283, 70%, 59%) |
| CMYK | cmyk(19%, 66%, 0%, 13%) |
| LAB | lab(52.2 64.3 -56.6) |
| LCH | lch(52.2 85.6 318.7) |
| OKLCH | oklch(0.616 0.224 314.7) |
Copy-ready code
/* CSS */
color: #b54cdf;
background-color: #b54cdf;
/* Tailwind (arbitrary) */
class="text-[#b54cdf] bg-[#b54cdf]"
/* SCSS */
$brand: #b54cdf;
/* SwiftUI */
Color(red: 0.710, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#b54cdf")Accessibility — WCAG contrast
Aa
#b54cdf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b54cdf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green29.8%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b54cdf text on a black background
contrast 5.06:1
Card sample
#b54cdf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b54cdf;
Background color
Panel with #b54cdf background
background-color: #b54cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b54cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b54cdf; background: linear-gradient(135deg, #b54cdf, #DF4CA7);