#b93cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
185, 60, 223
HSL
286°, 72%, 56%
CMYK
17, 73, 0, 13
Luminance
0.1887
Every format
| HEX | #b93cdf |
| RGB | rgb(185, 60, 223) |
| HSL | hsl(286, 72%, 56%) |
| CMYK | cmyk(17%, 73%, 0%, 13%) |
| LAB | lab(50.5 71.4 -59.2) |
| LCH | lch(50.5 92.7 320.3) |
| OKLCH | oklch(0.605 0.244 317.0) |
Copy-ready code
/* CSS */
color: #b93cdf;
background-color: #b93cdf;
/* Tailwind (arbitrary) */
class="text-[#b93cdf] bg-[#b93cdf]"
/* SCSS */
$brand: #b93cdf;
/* SwiftUI */
Color(red: 0.725, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#b93cdf")Accessibility — WCAG contrast
Aa
#b93cdf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93cdf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green23.5%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b93cdf text on a black background
contrast 4.77:1
Card sample
#b93cdf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93cdf;
Background color
Panel with #b93cdf background
background-color: #b93cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93cdf; background: linear-gradient(135deg, #b93cdf, #DF3C98);