#b910fd
a balanced, electric violet · warm · closest name: magenta
RGB
185, 16, 253
HSL
283°, 98%, 53%
CMYK
27, 94, 0, 1
Luminance
0.1778
Every format
| HEX | #b910fd |
| RGB | rgb(185, 16, 253) |
| HSL | hsl(283, 98%, 53%) |
| CMYK | cmyk(27%, 94%, 0%, 1%) |
| LAB | lab(49.2 86.9 -78.2) |
| LCH | lch(49.2 116.9 318.0) |
| OKLCH | oklch(0.603 0.297 311.5) |
Copy-ready code
/* CSS */
color: #b910fd;
background-color: #b910fd;
/* Tailwind (arbitrary) */
class="text-[#b910fd] bg-[#b910fd]"
/* SCSS */
$brand: #b910fd;
/* SwiftUI */
Color(red: 0.725, green: 0.063, blue: 0.992)
/* Android */
Color.parseColor("#b910fd")Accessibility — WCAG contrast
Aa
#b910fd on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b910fd on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green6.3%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta93.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b910fd text on a black background
contrast 4.56:1
Card sample
#b910fd text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b910fd;
Background color
Panel with #b910fd background
background-color: #b910fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b910fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 16, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 16, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b910fd; background: linear-gradient(135deg, #b910fd, #FD10A3);