#bf6cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 108, 223
HSL
283°, 64%, 65%
CMYK
14, 52, 0, 13
Luminance
0.2713
Every format
| HEX | #bf6cdf |
| RGB | rgb(191, 108, 223) |
| HSL | hsl(283, 64%, 65%) |
| CMYK | cmyk(14%, 52%, 0%, 13%) |
| LAB | lab(59.1 51.5 -45.5) |
| LCH | lch(59.1 68.8 318.5) |
| OKLCH | oklch(0.669 0.182 315.8) |
Copy-ready code
/* CSS */
color: #bf6cdf;
background-color: #bf6cdf;
/* Tailwind (arbitrary) */
class="text-[#bf6cdf] bg-[#bf6cdf]"
/* SCSS */
$brand: #bf6cdf;
/* SwiftUI */
Color(red: 0.749, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#bf6cdf")Accessibility — WCAG contrast
Aa
#bf6cdf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6cdf on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green42.4%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bf6cdf text on a black background
contrast 6.43:1
Card sample
#bf6cdf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6cdf;
Background color
Panel with #bf6cdf background
background-color: #bf6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6cdf; background: linear-gradient(135deg, #bf6cdf, #DF6CB2);