#bf56df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 86, 223
HSL
286°, 68%, 61%
CMYK
14, 61, 0, 13
Luminance
0.2306
Every format
| HEX | #bf56df |
| RGB | rgb(191, 86, 223) |
| HSL | hsl(286, 68%, 61%) |
| CMYK | cmyk(14%, 61%, 0%, 13%) |
| LAB | lab(55.1 62.1 -51.8) |
| LCH | lch(55.1 80.9 320.2) |
| OKLCH | oklch(0.640 0.215 317.5) |
Copy-ready code
/* CSS */
color: #bf56df;
background-color: #bf56df;
/* Tailwind (arbitrary) */
class="text-[#bf56df] bg-[#bf56df]"
/* SCSS */
$brand: #bf56df;
/* SwiftUI */
Color(red: 0.749, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#bf56df")Accessibility — WCAG contrast
Aa
#bf56df on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf56df on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green33.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bf56df text on a black background
contrast 5.61:1
Card sample
#bf56df text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf56df;
Background color
Panel with #bf56df background
background-color: #bf56df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf56df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf56df; background: linear-gradient(135deg, #bf56df, #DF56A4);