#b93fff
a balanced, electric violet · warm · closest name: magenta
RGB
185, 63, 255
HSL
278°, 100%, 62%
CMYK
28, 75, 0, 0
Luminance
0.2109
Every format
| HEX | #b93fff |
| RGB | rgb(185, 63, 255) |
| HSL | hsl(278, 100%, 62%) |
| CMYK | cmyk(28%, 75%, 0%, 0%) |
| LAB | lab(53.0 76.5 -73.1) |
| LCH | lch(53.0 105.8 316.3) |
| OKLCH | oklch(0.630 0.269 309.5) |
Copy-ready code
/* CSS */
color: #b93fff;
background-color: #b93fff;
/* Tailwind (arbitrary) */
class="text-[#b93fff] bg-[#b93fff]"
/* SCSS */
$brand: #b93fff;
/* SwiftUI */
Color(red: 0.725, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#b93fff")Accessibility — WCAG contrast
Aa
#b93fff on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93fff on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green24.7%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b93fff text on a black background
contrast 5.22:1
Card sample
#b93fff text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93fff;
Background color
Panel with #b93fff background
background-color: #b93fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93fff; background: linear-gradient(135deg, #b93fff, #FF3FC5);