#b93cf4
a balanced, electric violet · warm · closest name: magenta
RGB
185, 60, 244
HSL
281°, 89%, 60%
CMYK
24, 75, 0, 4
Luminance
0.2008
Every format
| HEX | #b93cf4 |
| RGB | rgb(185, 60, 244) |
| HSL | hsl(281, 89%, 60%) |
| CMYK | cmyk(24%, 75%, 0%, 4%) |
| LAB | lab(51.9 75.4 -68.8) |
| LCH | lch(51.9 102.1 317.6) |
| OKLCH | oklch(0.619 0.262 312.0) |
Copy-ready code
/* CSS */
color: #b93cf4;
background-color: #b93cf4;
/* Tailwind (arbitrary) */
class="text-[#b93cf4] bg-[#b93cf4]"
/* SCSS */
$brand: #b93cf4;
/* SwiftUI */
Color(red: 0.725, green: 0.235, blue: 0.957)
/* Android */
Color.parseColor("#b93cf4")Accessibility — WCAG contrast
Aa
#b93cf4 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93cf4 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green23.5%
Blue95.7%
CMYK percentages
Cyan24.2%
Magenta75.4%
Yellow0.0%
Key (black)4.3%
Color previews
#b93cf4 text on a black background
contrast 5.02:1
Card sample
#b93cf4 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93cf4;
Background color
Panel with #b93cf4 background
background-color: #b93cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 60, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 60, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93cf4; background: linear-gradient(135deg, #b93cf4, #F43CB4);