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