#b63ee3
a balanced, vivid violet · warm · closest name: magenta
RGB
182, 62, 227
HSL
284°, 75%, 57%
CMYK
20, 73, 0, 11
Luminance
0.1894
Every format
| HEX | #b63ee3 |
| RGB | rgb(182, 62, 227) |
| HSL | hsl(284, 75%, 57%) |
| CMYK | cmyk(20%, 73%, 0%, 11%) |
| LAB | lab(50.6 70.8 -61.4) |
| LCH | lch(50.6 93.7 319.1) |
| OKLCH | oklch(0.606 0.244 314.9) |
Copy-ready code
/* CSS */
color: #b63ee3;
background-color: #b63ee3;
/* Tailwind (arbitrary) */
class="text-[#b63ee3] bg-[#b63ee3]"
/* SCSS */
$brand: #b63ee3;
/* SwiftUI */
Color(red: 0.714, green: 0.243, blue: 0.890)
/* Android */
Color.parseColor("#b63ee3")Accessibility — WCAG contrast
Aa
#b63ee3 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b63ee3 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green24.3%
Blue89.0%
CMYK percentages
Cyan19.8%
Magenta72.7%
Yellow0.0%
Key (black)11.0%
Color previews
#b63ee3 text on a black background
contrast 4.79:1
Card sample
#b63ee3 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b63ee3;
Background color
Panel with #b63ee3 background
background-color: #b63ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b63ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 62, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 62, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b63ee3; background: linear-gradient(135deg, #b63ee3, #E33EA2);