#bf56cd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 86, 205
HSL
293°, 54%, 57%
CMYK
7, 58, 0, 20
Luminance
0.2214
Every format
| HEX | #bf56cd |
| RGB | rgb(191, 86, 205) |
| HSL | hsl(293, 54%, 57%) |
| CMYK | cmyk(7%, 58%, 0%, 20%) |
| LAB | lab(54.2 58.7 -43.1) |
| LCH | lch(54.2 72.8 323.7) |
| OKLCH | oklch(0.630 0.198 322.8) |
Copy-ready code
/* CSS */
color: #bf56cd;
background-color: #bf56cd;
/* Tailwind (arbitrary) */
class="text-[#bf56cd] bg-[#bf56cd]"
/* SCSS */
$brand: #bf56cd;
/* SwiftUI */
Color(red: 0.749, green: 0.337, blue: 0.804)
/* Android */
Color.parseColor("#bf56cd")Accessibility — WCAG contrast
Aa
#bf56cd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf56cd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green33.7%
Blue80.4%
CMYK percentages
Cyan6.8%
Magenta58.0%
Yellow0.0%
Key (black)19.6%
Color previews
#bf56cd text on a black background
contrast 5.43:1
Card sample
#bf56cd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf56cd;
Background color
Panel with #bf56cd background
background-color: #bf56cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf56cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 86, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 86, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf56cd; background: linear-gradient(135deg, #bf56cd, #CD568C);