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