#b511fd
a balanced, electric violet · warm · closest name: magenta
RGB
181, 17, 253
HSL
282°, 98%, 53%
CMYK
29, 93, 0, 1
Luminance
0.1732
Every format
| HEX | #b511fd |
| RGB | rgb(181, 17, 253) |
| HSL | hsl(282, 98%, 53%) |
| CMYK | cmyk(29%, 93%, 0%, 1%) |
| LAB | lab(48.7 86.3 -79.2) |
| LCH | lch(48.7 117.1 317.5) |
| OKLCH | oklch(0.598 0.295 310.4) |
Copy-ready code
/* CSS */
color: #b511fd;
background-color: #b511fd;
/* Tailwind (arbitrary) */
class="text-[#b511fd] bg-[#b511fd]"
/* SCSS */
$brand: #b511fd;
/* SwiftUI */
Color(red: 0.710, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#b511fd")Accessibility — WCAG contrast
Aa
#b511fd on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b511fd on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green6.7%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b511fd text on a black background
contrast 4.46:1
Card sample
#b511fd text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b511fd;
Background color
Panel with #b511fd background
background-color: #b511fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b511fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b511fd; background: linear-gradient(135deg, #b511fd, #FD11A8);