#b650ba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
182, 80, 186
HSL
298°, 43%, 52%
CMYK
2, 57, 0, 27
Luminance
0.1923
Every format
| HEX | #b650ba |
| RGB | rgb(182, 80, 186) |
| HSL | hsl(298, 43%, 52%) |
| CMYK | cmyk(2%, 57%, 0%, 27%) |
| LAB | lab(51.0 55.7 -37.3) |
| LCH | lch(51.0 67.0 326.2) |
| OKLCH | oklch(0.601 0.185 326.1) |
Copy-ready code
/* CSS */
color: #b650ba;
background-color: #b650ba;
/* Tailwind (arbitrary) */
class="text-[#b650ba] bg-[#b650ba]"
/* SCSS */
$brand: #b650ba;
/* SwiftUI */
Color(red: 0.714, green: 0.314, blue: 0.729)
/* Android */
Color.parseColor("#b650ba")Accessibility — WCAG contrast
Aa
#b650ba on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b650ba on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green31.4%
Blue72.9%
CMYK percentages
Cyan2.2%
Magenta57.0%
Yellow0.0%
Key (black)27.1%
Color previews
#b650ba text on a black background
contrast 4.85:1
Card sample
#b650ba text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b650ba;
Background color
Panel with #b650ba background
background-color: #b650ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b650ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 80, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 80, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b650ba; background: linear-gradient(135deg, #b650ba, #BA5078);