#b547ff
a balanced, electric violet · warm · closest name: magenta
RGB
181, 71, 255
HSL
276°, 100%, 64%
CMYK
29, 72, 0, 0
Luminance
0.2155
Every format
| HEX | #b547ff |
| RGB | rgb(181, 71, 255) |
| HSL | hsl(276, 100%, 64%) |
| CMYK | cmyk(29%, 72%, 0%, 0%) |
| LAB | lab(53.5 72.9 -72.3) |
| LCH | lch(53.5 102.7 315.2) |
| OKLCH | oklch(0.632 0.260 307.8) |
Copy-ready code
/* CSS */
color: #b547ff;
background-color: #b547ff;
/* Tailwind (arbitrary) */
class="text-[#b547ff] bg-[#b547ff]"
/* SCSS */
$brand: #b547ff;
/* SwiftUI */
Color(red: 0.710, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#b547ff")Accessibility — WCAG contrast
Aa
#b547ff on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b547ff on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green27.8%
Blue100.0%
CMYK percentages
Cyan29.0%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b547ff text on a black background
contrast 5.31:1
Card sample
#b547ff text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b547ff;
Background color
Panel with #b547ff background
background-color: #b547ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b547ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b547ff; background: linear-gradient(135deg, #b547ff, #FF47CE);