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