#ba5def
a light, electric violet · warm · closest name: orchid
RGB
186, 93, 239
HSL
278°, 82%, 65%
CMYK
22, 61, 0, 6
Luminance
0.2450
Every format
| HEX | #ba5def |
| RGB | rgb(186, 93, 239) |
| HSL | hsl(278, 82%, 65%) |
| CMYK | cmyk(22%, 61%, 0%, 6%) |
| LAB | lab(56.6 61.0 -58.5) |
| LCH | lch(56.6 84.5 316.2) |
| OKLCH | oklch(0.652 0.219 311.2) |
Copy-ready code
/* CSS */
color: #ba5def;
background-color: #ba5def;
/* Tailwind (arbitrary) */
class="text-[#ba5def] bg-[#ba5def]"
/* SCSS */
$brand: #ba5def;
/* SwiftUI */
Color(red: 0.729, green: 0.365, blue: 0.937)
/* Android */
Color.parseColor("#ba5def")Accessibility — WCAG contrast
Aa
#ba5def on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5def on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.5%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta61.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ba5def text on a black background
contrast 5.90:1
Card sample
#ba5def text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5def;
Background color
Panel with #ba5def background
background-color: #ba5def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 93, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 93, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5def; background: linear-gradient(135deg, #ba5def, #EF5DC3);