#b63fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
182, 63, 223
HSL
285°, 71%, 56%
CMYK
18, 72, 0, 13
Luminance
0.1883
Every format
| HEX | #b63fdf |
| RGB | rgb(182, 63, 223) |
| HSL | hsl(285, 71%, 56%) |
| CMYK | cmyk(18%, 72%, 0%, 13%) |
| LAB | lab(50.5 69.7 -59.3) |
| LCH | lch(50.5 91.5 319.6) |
| OKLCH | oklch(0.604 0.240 315.9) |
Copy-ready code
/* CSS */
color: #b63fdf;
background-color: #b63fdf;
/* Tailwind (arbitrary) */
class="text-[#b63fdf] bg-[#b63fdf]"
/* SCSS */
$brand: #b63fdf;
/* SwiftUI */
Color(red: 0.714, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b63fdf")Accessibility — WCAG contrast
Aa
#b63fdf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b63fdf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green24.7%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b63fdf text on a black background
contrast 4.77:1
Card sample
#b63fdf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b63fdf;
Background color
Panel with #b63fdf background
background-color: #b63fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b63fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b63fdf; background: linear-gradient(135deg, #b63fdf, #DF3F9D);