#b050fd
a light, electric violet · warm · closest name: magenta
RGB
176, 80, 253
HSL
273°, 98%, 65%
CMYK
30, 68, 0, 1
Luminance
0.2206
Every format
| HEX | #b050fd |
| RGB | rgb(176, 80, 253) |
| HSL | hsl(273, 98%, 65%) |
| CMYK | cmyk(30%, 68%, 0%, 1%) |
| LAB | lab(54.1 67.8 -70.4) |
| LCH | lch(54.1 97.7 314.0) |
| OKLCH | oklch(0.634 0.246 305.9) |
Copy-ready code
/* CSS */
color: #b050fd;
background-color: #b050fd;
/* Tailwind (arbitrary) */
class="text-[#b050fd] bg-[#b050fd]"
/* SCSS */
$brand: #b050fd;
/* SwiftUI */
Color(red: 0.690, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#b050fd")Accessibility — WCAG contrast
Aa
#b050fd on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b050fd on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green31.4%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta68.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b050fd text on a black background
contrast 5.41:1
Card sample
#b050fd text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b050fd;
Background color
Panel with #b050fd background
background-color: #b050fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b050fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b050fd; background: linear-gradient(135deg, #b050fd, #FD50D7);