#b85ba2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
184, 91, 162
HSL
314°, 40%, 54%
CMYK
0, 51, 12, 28
Luminance
0.2028
Every format
| HEX | #b85ba2 |
| RGB | rgb(184, 91, 162) |
| HSL | hsl(314, 40%, 54%) |
| CMYK | cmyk(0%, 51%, 12%, 28%) |
| LAB | lab(52.2 46.8 -21.4) |
| LCH | lch(52.2 51.5 335.4) |
| OKLCH | oklch(0.607 0.148 337.0) |
Copy-ready code
/* CSS */
color: #b85ba2;
background-color: #b85ba2;
/* Tailwind (arbitrary) */
class="text-[#b85ba2] bg-[#b85ba2]"
/* SCSS */
$brand: #b85ba2;
/* SwiftUI */
Color(red: 0.722, green: 0.357, blue: 0.635)
/* Android */
Color.parseColor("#b85ba2")Accessibility — WCAG contrast
Aa
#b85ba2 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85ba2 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green35.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow12.0%
Key (black)27.8%
Color previews
#b85ba2 text on a black background
contrast 5.06:1
Card sample
#b85ba2 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85ba2;
Background color
Panel with #b85ba2 background
background-color: #b85ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 91, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 91, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85ba2; background: linear-gradient(135deg, #b85ba2, #B85B64);