#b63afd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 58, 253
HSL
278°, 98%, 61%
CMYK
28, 77, 0, 1
Luminance
0.2006
Every format
| HEX | #b63afd |
| RGB | rgb(182, 58, 253) |
| HSL | hsl(278, 98%, 61%) |
| CMYK | cmyk(28%, 77%, 0%, 1%) |
| LAB | lab(51.9 77.3 -73.9) |
| LCH | lch(51.9 106.9 316.3) |
| OKLCH | oklch(0.620 0.271 309.3) |
Copy-ready code
/* CSS */
color: #b63afd;
background-color: #b63afd;
/* Tailwind (arbitrary) */
class="text-[#b63afd] bg-[#b63afd]"
/* SCSS */
$brand: #b63afd;
/* SwiftUI */
Color(red: 0.714, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#b63afd")Accessibility — WCAG contrast
Aa
#b63afd on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b63afd on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green22.7%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b63afd text on a black background
contrast 5.01:1
Card sample
#b63afd text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b63afd;
Background color
Panel with #b63afd background
background-color: #b63afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b63afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b63afd; background: linear-gradient(135deg, #b63afd, #FD3AC2);