#b94bfd
a balanced, electric violet · warm · closest name: magenta
RGB
185, 75, 253
HSL
277°, 98%, 64%
CMYK
27, 70, 0, 1
Luminance
0.2244
Every format
| HEX | #b94bfd |
| RGB | rgb(185, 75, 253) |
| HSL | hsl(277, 98%, 64%) |
| CMYK | cmyk(27%, 70%, 0%, 1%) |
| LAB | lab(54.5 71.6 -69.7) |
| LCH | lch(54.5 99.9 315.8) |
| OKLCH | oklch(0.639 0.255 309.2) |
Copy-ready code
/* CSS */
color: #b94bfd;
background-color: #b94bfd;
/* Tailwind (arbitrary) */
class="text-[#b94bfd] bg-[#b94bfd]"
/* SCSS */
$brand: #b94bfd;
/* SwiftUI */
Color(red: 0.725, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#b94bfd")Accessibility — WCAG contrast
Aa
#b94bfd on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b94bfd on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green29.4%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b94bfd text on a black background
contrast 5.49:1
Card sample
#b94bfd text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94bfd;
Background color
Panel with #b94bfd background
background-color: #b94bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94bfd; background: linear-gradient(135deg, #b94bfd, #FD4BCA);