#ba6fcf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 111, 207
HSL
287°, 50%, 62%
CMYK
10, 46, 0, 19
Luminance
0.2631
Every format
| HEX | #ba6fcf |
| RGB | rgb(186, 111, 207) |
| HSL | hsl(287, 50%, 62%) |
| CMYK | cmyk(10%, 46%, 0%, 19%) |
| LAB | lab(58.3 45.3 -37.7) |
| LCH | lch(58.3 59.0 320.2) |
| OKLCH | oklch(0.659 0.158 318.6) |
Copy-ready code
/* CSS */
color: #ba6fcf;
background-color: #ba6fcf;
/* Tailwind (arbitrary) */
class="text-[#ba6fcf] bg-[#ba6fcf]"
/* SCSS */
$brand: #ba6fcf;
/* SwiftUI */
Color(red: 0.729, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#ba6fcf")Accessibility — WCAG contrast
Aa
#ba6fcf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6fcf on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.5%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta46.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ba6fcf text on a black background
contrast 6.26:1
Card sample
#ba6fcf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6fcf;
Background color
Panel with #ba6fcf background
background-color: #ba6fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 111, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 111, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6fcf; background: linear-gradient(135deg, #ba6fcf, #CF6FA4);