#b63eb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
182, 62, 177
HSL
303°, 49%, 48%
CMYK
0, 66, 3, 29
Luminance
0.1656
Every format
| HEX | #b63eb1 |
| RGB | rgb(182, 62, 177) |
| HSL | hsl(303, 49%, 48%) |
| CMYK | cmyk(0%, 66%, 3%, 29%) |
| LAB | lab(47.7 61.8 -37.2) |
| LCH | lch(47.7 72.1 329.0) |
| OKLCH | oklch(0.576 0.202 329.6) |
Copy-ready code
/* CSS */
color: #b63eb1;
background-color: #b63eb1;
/* Tailwind (arbitrary) */
class="text-[#b63eb1] bg-[#b63eb1]"
/* SCSS */
$brand: #b63eb1;
/* SwiftUI */
Color(red: 0.714, green: 0.243, blue: 0.694)
/* Android */
Color.parseColor("#b63eb1")Accessibility — WCAG contrast
Aa
#b63eb1 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b63eb1 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green24.3%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow2.7%
Key (black)28.6%
Color previews
#b63eb1 text on a black background
contrast 4.31:1
Card sample
#b63eb1 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b63eb1;
Background color
Panel with #b63eb1 background
background-color: #b63eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b63eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 62, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 62, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b63eb1; background: linear-gradient(135deg, #b63eb1, #B63E61);