#bf5bc9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 91, 201
HSL
295°, 51%, 57%
CMYK
5, 55, 0, 21
Luminance
0.2278
Every format
| HEX | #bf5bc9 |
| RGB | rgb(191, 91, 201) |
| HSL | hsl(295, 51%, 57%) |
| CMYK | cmyk(5%, 55%, 0%, 21%) |
| LAB | lab(54.8 55.6 -39.8) |
| LCH | lch(54.8 68.4 324.4) |
| OKLCH | oklch(0.634 0.187 323.9) |
Copy-ready code
/* CSS */
color: #bf5bc9;
background-color: #bf5bc9;
/* Tailwind (arbitrary) */
class="text-[#bf5bc9] bg-[#bf5bc9]"
/* SCSS */
$brand: #bf5bc9;
/* SwiftUI */
Color(red: 0.749, green: 0.357, blue: 0.788)
/* Android */
Color.parseColor("#bf5bc9")Accessibility — WCAG contrast
Aa
#bf5bc9 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5bc9 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green35.7%
Blue78.8%
CMYK percentages
Cyan5.0%
Magenta54.7%
Yellow0.0%
Key (black)21.2%
Color previews
#bf5bc9 text on a black background
contrast 5.56:1
Card sample
#bf5bc9 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5bc9;
Background color
Panel with #bf5bc9 background
background-color: #bf5bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 91, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 91, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5bc9; background: linear-gradient(135deg, #bf5bc9, #C95B8A);