#b643ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
182, 67, 186
HSL
298°, 47%, 50%
CMYK
2, 64, 0, 27
Luminance
0.1750
Every format
| HEX | #b643ba |
| RGB | rgb(182, 67, 186) |
| HSL | hsl(298, 47%, 50%) |
| CMYK | cmyk(2%, 64%, 0%, 27%) |
| LAB | lab(48.9 61.3 -40.6) |
| LCH | lch(48.9 73.5 326.5) |
| OKLCH | oklch(0.586 0.203 326.4) |
Copy-ready code
/* CSS */
color: #b643ba;
background-color: #b643ba;
/* Tailwind (arbitrary) */
class="text-[#b643ba] bg-[#b643ba]"
/* SCSS */
$brand: #b643ba;
/* SwiftUI */
Color(red: 0.714, green: 0.263, blue: 0.729)
/* Android */
Color.parseColor("#b643ba")Accessibility — WCAG contrast
Aa
#b643ba on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b643ba on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green26.3%
Blue72.9%
CMYK percentages
Cyan2.2%
Magenta64.0%
Yellow0.0%
Key (black)27.1%
Color previews
#b643ba text on a black background
contrast 4.50:1
Card sample
#b643ba text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b643ba;
Background color
Panel with #b643ba background
background-color: #b643ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b643ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 67, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 67, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b643ba; background: linear-gradient(135deg, #b643ba, #BA436F);