#b63dfd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 61, 253
HSL
278°, 98%, 62%
CMYK
28, 76, 0, 1
Luminance
0.2037
Every format
| HEX | #b63dfd |
| RGB | rgb(182, 61, 253) |
| HSL | hsl(278, 98%, 62%) |
| CMYK | cmyk(28%, 76%, 0%, 1%) |
| LAB | lab(52.3 76.3 -73.3) |
| LCH | lch(52.3 105.8 316.2) |
| OKLCH | oklch(0.623 0.268 309.1) |
Copy-ready code
/* CSS */
color: #b63dfd;
background-color: #b63dfd;
/* Tailwind (arbitrary) */
class="text-[#b63dfd] bg-[#b63dfd]"
/* SCSS */
$brand: #b63dfd;
/* SwiftUI */
Color(red: 0.714, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#b63dfd")Accessibility — WCAG contrast
Aa
#b63dfd on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b63dfd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green23.9%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b63dfd text on a black background
contrast 5.07:1
Card sample
#b63dfd text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b63dfd;
Background color
Panel with #b63dfd background
background-color: #b63dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b63dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b63dfd; background: linear-gradient(135deg, #b63dfd, #FD3DC4);