#b63eb5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
182, 62, 181
HSL
301°, 49%, 48%
CMYK
0, 66, 1, 29
Luminance
0.1673
Every format
| HEX | #b63eb5 |
| RGB | rgb(182, 62, 181) |
| HSL | hsl(301, 49%, 48%) |
| CMYK | cmyk(0%, 66%, 1%, 29%) |
| LAB | lab(47.9 62.5 -39.2) |
| LCH | lch(47.9 73.8 327.9) |
| OKLCH | oklch(0.578 0.205 328.2) |
Copy-ready code
/* CSS */
color: #b63eb5;
background-color: #b63eb5;
/* Tailwind (arbitrary) */
class="text-[#b63eb5] bg-[#b63eb5]"
/* SCSS */
$brand: #b63eb5;
/* SwiftUI */
Color(red: 0.714, green: 0.243, blue: 0.710)
/* Android */
Color.parseColor("#b63eb5")Accessibility — WCAG contrast
Aa
#b63eb5 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b63eb5 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green24.3%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow0.5%
Key (black)28.6%
Color previews
#b63eb5 text on a black background
contrast 4.35:1
Card sample
#b63eb5 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b63eb5;
Background color
Panel with #b63eb5 background
background-color: #b63eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b63eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 62, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 62, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b63eb5; background: linear-gradient(135deg, #b63eb5, #B63E65);