#b93fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
185, 63, 223
HSL
286°, 71%, 56%
CMYK
17, 72, 0, 13
Luminance
0.1920
Every format
| HEX | #b93fdf |
| RGB | rgb(185, 63, 223) |
| HSL | hsl(286, 71%, 56%) |
| CMYK | cmyk(17%, 72%, 0%, 13%) |
| LAB | lab(50.9 70.3 -58.6) |
| LCH | lch(50.9 91.5 320.2) |
| OKLCH | oklch(0.608 0.241 316.8) |
Copy-ready code
/* CSS */
color: #b93fdf;
background-color: #b93fdf;
/* Tailwind (arbitrary) */
class="text-[#b93fdf] bg-[#b93fdf]"
/* SCSS */
$brand: #b93fdf;
/* SwiftUI */
Color(red: 0.725, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b93fdf")Accessibility — WCAG contrast
Aa
#b93fdf on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93fdf on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green24.7%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b93fdf text on a black background
contrast 4.84:1
Card sample
#b93fdf text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93fdf;
Background color
Panel with #b93fdf background
background-color: #b93fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93fdf; background: linear-gradient(135deg, #b93fdf, #DF3F9A);