#bf5494
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 84, 148
HSL
324°, 46%, 54%
CMYK
0, 56, 23, 25
Luminance
0.1956
Every format
| HEX | #bf5494 |
| RGB | rgb(191, 84, 148) |
| HSL | hsl(324, 46%, 54%) |
| CMYK | cmyk(0%, 56%, 23%, 25%) |
| LAB | lab(51.3 50.2 -14.3) |
| LCH | lch(51.3 52.2 344.1) |
| OKLCH | oklch(0.601 0.155 345.9) |
Copy-ready code
/* CSS */
color: #bf5494;
background-color: #bf5494;
/* Tailwind (arbitrary) */
class="text-[#bf5494] bg-[#bf5494]"
/* SCSS */
$brand: #bf5494;
/* SwiftUI */
Color(red: 0.749, green: 0.329, blue: 0.580)
/* Android */
Color.parseColor("#bf5494")Accessibility — WCAG contrast
Aa
#bf5494 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5494 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green32.9%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow22.5%
Key (black)25.1%
Color previews
#bf5494 text on a black background
contrast 4.91:1
Card sample
#bf5494 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5494;
Background color
Panel with #bf5494 background
background-color: #bf5494;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5494;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 84, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 84, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5494; background: linear-gradient(135deg, #bf5494, #BF5B54);