#b94271
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
185, 66, 113
HSL
336°, 47%, 49%
CMYK
0, 64, 39, 28
Luminance
0.1540
Every format
| HEX | #b94271 |
| RGB | rgb(185, 66, 113) |
| HSL | hsl(336, 47%, 49%) |
| CMYK | cmyk(0%, 64%, 39%, 28%) |
| LAB | lab(46.2 52.0 -1.1) |
| LCH | lch(46.2 52.1 358.8) |
| OKLCH | oklch(0.557 0.159 359.2) |
Copy-ready code
/* CSS */
color: #b94271;
background-color: #b94271;
/* Tailwind (arbitrary) */
class="text-[#b94271] bg-[#b94271]"
/* SCSS */
$brand: #b94271;
/* SwiftUI */
Color(red: 0.725, green: 0.259, blue: 0.443)
/* Android */
Color.parseColor("#b94271")Accessibility — WCAG contrast
Aa
#b94271 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94271 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green25.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow38.9%
Key (black)27.5%
Color previews
#b94271 text on a black background
contrast 4.08:1
Card sample
#b94271 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94271;
Background color
Panel with #b94271 background
background-color: #b94271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 66, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 66, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94271; background: linear-gradient(135deg, #b94271, #B96242);