#bf4bc9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 75, 201
HSL
295°, 54%, 54%
CMYK
5, 63, 0, 21
Luminance
0.2033
Every format
| HEX | #bf4bc9 |
| RGB | rgb(191, 75, 201) |
| HSL | hsl(295, 54%, 54%) |
| CMYK | cmyk(5%, 63%, 0%, 21%) |
| LAB | lab(52.2 62.8 -43.9) |
| LCH | lch(52.2 76.7 325.0) |
| OKLCH | oklch(0.615 0.210 324.5) |
Copy-ready code
/* CSS */
color: #bf4bc9;
background-color: #bf4bc9;
/* Tailwind (arbitrary) */
class="text-[#bf4bc9] bg-[#bf4bc9]"
/* SCSS */
$brand: #bf4bc9;
/* SwiftUI */
Color(red: 0.749, green: 0.294, blue: 0.788)
/* Android */
Color.parseColor("#bf4bc9")Accessibility — WCAG contrast
Aa
#bf4bc9 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf4bc9 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green29.4%
Blue78.8%
CMYK percentages
Cyan5.0%
Magenta62.7%
Yellow0.0%
Key (black)21.2%
Color previews
#bf4bc9 text on a black background
contrast 5.07:1
Card sample
#bf4bc9 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4bc9;
Background color
Panel with #bf4bc9 background
background-color: #bf4bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 75, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 75, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4bc9; background: linear-gradient(135deg, #bf4bc9, #C94B7F);