#b54fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 79, 223
HSL
283°, 69%, 59%
CMYK
19, 65, 0, 13
Luminance
0.2074
Every format
| HEX | #b54fdf |
| RGB | rgb(181, 79, 223) |
| HSL | hsl(283, 69%, 59%) |
| CMYK | cmyk(19%, 65%, 0%, 13%) |
| LAB | lab(52.7 63.0 -55.8) |
| LCH | lch(52.7 84.1 318.4) |
| OKLCH | oklch(0.619 0.220 314.5) |
Copy-ready code
/* CSS */
color: #b54fdf;
background-color: #b54fdf;
/* Tailwind (arbitrary) */
class="text-[#b54fdf] bg-[#b54fdf]"
/* SCSS */
$brand: #b54fdf;
/* SwiftUI */
Color(red: 0.710, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#b54fdf")Accessibility — WCAG contrast
Aa
#b54fdf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b54fdf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green31.0%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b54fdf text on a black background
contrast 5.15:1
Card sample
#b54fdf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b54fdf;
Background color
Panel with #b54fdf background
background-color: #b54fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b54fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b54fdf; background: linear-gradient(135deg, #b54fdf, #DF4FA9);