#ba5fdb
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 95, 219
HSL
284°, 63%, 62%
CMYK
15, 57, 0, 14
Luminance
0.2374
Every format
| HEX | #ba5fdb |
| RGB | rgb(186, 95, 219) |
| HSL | hsl(284, 63%, 62%) |
| CMYK | cmyk(15%, 57%, 0%, 14%) |
| LAB | lab(55.8 55.9 -48.5) |
| LCH | lch(55.8 74.0 319.1) |
| OKLCH | oklch(0.643 0.196 316.2) |
Copy-ready code
/* CSS */
color: #ba5fdb;
background-color: #ba5fdb;
/* Tailwind (arbitrary) */
class="text-[#ba5fdb] bg-[#ba5fdb]"
/* SCSS */
$brand: #ba5fdb;
/* SwiftUI */
Color(red: 0.729, green: 0.373, blue: 0.859)
/* Android */
Color.parseColor("#ba5fdb")Accessibility — WCAG contrast
Aa
#ba5fdb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5fdb on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.3%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta56.6%
Yellow0.0%
Key (black)14.1%
Color previews
#ba5fdb text on a black background
contrast 5.75:1
Card sample
#ba5fdb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5fdb;
Background color
Panel with #ba5fdb background
background-color: #ba5fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 95, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 95, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5fdb; background: linear-gradient(135deg, #ba5fdb, #DB5FA9);