#b93fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
185, 63, 186
HSL
300°, 49%, 49%
CMYK
1, 66, 0, 27
Luminance
0.1741
Every format
| HEX | #b93fba |
| RGB | rgb(185, 63, 186) |
| HSL | hsl(300, 49%, 49%) |
| CMYK | cmyk(1%, 66%, 0%, 27%) |
| LAB | lab(48.8 63.6 -40.7) |
| LCH | lch(48.8 75.6 327.4) |
| OKLCH | oklch(0.586 0.210 327.5) |
Copy-ready code
/* CSS */
color: #b93fba;
background-color: #b93fba;
/* Tailwind (arbitrary) */
class="text-[#b93fba] bg-[#b93fba]"
/* SCSS */
$brand: #b93fba;
/* SwiftUI */
Color(red: 0.725, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#b93fba")Accessibility — WCAG contrast
Aa
#b93fba on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93fba on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green24.7%
Blue72.9%
CMYK percentages
Cyan0.5%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#b93fba text on a black background
contrast 4.48:1
Card sample
#b93fba text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93fba;
Background color
Panel with #b93fba background
background-color: #b93fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93fba; background: linear-gradient(135deg, #b93fba, #BA3F69);