#b85fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
184, 95, 186
HSL
299°, 40%, 55%
CMYK
1, 49, 0, 27
Luminance
0.2192
Every format
| HEX | #b85fba |
| RGB | rgb(184, 95, 186) |
| HSL | hsl(299, 40%, 55%) |
| CMYK | cmyk(1%, 49%, 0%, 27%) |
| LAB | lab(53.9 49.0 -32.6) |
| LCH | lch(53.9 58.8 326.3) |
| OKLCH | oklch(0.623 0.162 326.5) |
Copy-ready code
/* CSS */
color: #b85fba;
background-color: #b85fba;
/* Tailwind (arbitrary) */
class="text-[#b85fba] bg-[#b85fba]"
/* SCSS */
$brand: #b85fba;
/* SwiftUI */
Color(red: 0.722, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#b85fba")Accessibility — WCAG contrast
Aa
#b85fba on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85fba on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green37.3%
Blue72.9%
CMYK percentages
Cyan1.1%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#b85fba text on a black background
contrast 5.38:1
Card sample
#b85fba text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85fba;
Background color
Panel with #b85fba background
background-color: #b85fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85fba; background: linear-gradient(135deg, #b85fba, #BA5F7F);