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