#ba5fcf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 95, 207
HSL
289°, 54%, 59%
CMYK
10, 54, 0, 19
Luminance
0.2313
Every format
| HEX | #ba5fcf |
| RGB | rgb(186, 95, 207) |
| HSL | hsl(289, 54%, 59%) |
| CMYK | cmyk(10%, 54%, 0%, 19%) |
| LAB | lab(55.2 53.5 -42.6) |
| LCH | lch(55.2 68.4 321.4) |
| OKLCH | oklch(0.636 0.184 319.8) |
Copy-ready code
/* CSS */
color: #ba5fcf;
background-color: #ba5fcf;
/* Tailwind (arbitrary) */
class="text-[#ba5fcf] bg-[#ba5fcf]"
/* SCSS */
$brand: #ba5fcf;
/* SwiftUI */
Color(red: 0.729, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#ba5fcf")Accessibility — WCAG contrast
Aa
#ba5fcf on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5fcf on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.3%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ba5fcf text on a black background
contrast 5.63:1
Card sample
#ba5fcf text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5fcf;
Background color
Panel with #ba5fcf background
background-color: #ba5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5fcf; background: linear-gradient(135deg, #ba5fcf, #CF5F99);