#b63cf2
a balanced, electric violet · warm · closest name: magenta
RGB
182, 60, 242
HSL
280°, 88%, 59%
CMYK
25, 75, 0, 5
Luminance
0.1959
Every format
| HEX | #b63cf2 |
| RGB | rgb(182, 60, 242) |
| HSL | hsl(280, 88%, 59%) |
| CMYK | cmyk(25%, 75%, 0%, 5%) |
| LAB | lab(51.4 74.5 -68.6) |
| LCH | lch(51.4 101.2 317.4) |
| OKLCH | oklch(0.614 0.260 311.5) |
Copy-ready code
/* CSS */
color: #b63cf2;
background-color: #b63cf2;
/* Tailwind (arbitrary) */
class="text-[#b63cf2] bg-[#b63cf2]"
/* SCSS */
$brand: #b63cf2;
/* SwiftUI */
Color(red: 0.714, green: 0.235, blue: 0.949)
/* Android */
Color.parseColor("#b63cf2")Accessibility — WCAG contrast
Aa
#b63cf2 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b63cf2 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green23.5%
Blue94.9%
CMYK percentages
Cyan24.8%
Magenta75.2%
Yellow0.0%
Key (black)5.1%
Color previews
#b63cf2 text on a black background
contrast 4.92:1
Card sample
#b63cf2 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b63cf2;
Background color
Panel with #b63cf2 background
background-color: #b63cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b63cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 60, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 60, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b63cf2; background: linear-gradient(135deg, #b63cf2, #F23CB5);