#b93afd
a balanced, electric violet · warm · closest name: magenta
RGB
185, 58, 253
HSL
279°, 98%, 61%
CMYK
27, 77, 0, 1
Luminance
0.2043
Every format
| HEX | #b93afd |
| RGB | rgb(185, 58, 253) |
| HSL | hsl(279, 98%, 61%) |
| CMYK | cmyk(27%, 77%, 0%, 1%) |
| LAB | lab(52.3 77.8 -73.2) |
| LCH | lch(52.3 106.8 316.8) |
| OKLCH | oklch(0.624 0.272 310.2) |
Copy-ready code
/* CSS */
color: #b93afd;
background-color: #b93afd;
/* Tailwind (arbitrary) */
class="text-[#b93afd] bg-[#b93afd]"
/* SCSS */
$brand: #b93afd;
/* SwiftUI */
Color(red: 0.725, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#b93afd")Accessibility — WCAG contrast
Aa
#b93afd on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93afd on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green22.7%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b93afd text on a black background
contrast 5.09:1
Card sample
#b93afd text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93afd;
Background color
Panel with #b93afd background
background-color: #b93afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93afd; background: linear-gradient(135deg, #b93afd, #FD3ABF);