#b751ba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
183, 81, 186
HSL
298°, 43%, 52%
CMYK
2, 57, 0, 27
Luminance
0.1950
Every format
| HEX | #b751ba |
| RGB | rgb(183, 81, 186) |
| HSL | hsl(298, 43%, 52%) |
| CMYK | cmyk(2%, 57%, 0%, 27%) |
| LAB | lab(51.3 55.5 -36.8) |
| LCH | lch(51.3 66.6 326.4) |
| OKLCH | oklch(0.603 0.184 326.4) |
Copy-ready code
/* CSS */
color: #b751ba;
background-color: #b751ba;
/* Tailwind (arbitrary) */
class="text-[#b751ba] bg-[#b751ba]"
/* SCSS */
$brand: #b751ba;
/* SwiftUI */
Color(red: 0.718, green: 0.318, blue: 0.729)
/* Android */
Color.parseColor("#b751ba")Accessibility — WCAG contrast
Aa
#b751ba on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b751ba on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.8%
Blue72.9%
CMYK percentages
Cyan1.6%
Magenta56.5%
Yellow0.0%
Key (black)27.1%
Color previews
#b751ba text on a black background
contrast 4.90:1
Card sample
#b751ba text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b751ba;
Background color
Panel with #b751ba background
background-color: #b751ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b751ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 81, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 81, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b751ba; background: linear-gradient(135deg, #b751ba, #BA5177);