#ba78eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 120, 235
HSL
274°, 74%, 70%
CMYK
21, 49, 0, 8
Luminance
0.2987
Every format
| HEX | #ba78eb |
| RGB | rgb(186, 120, 235) |
| HSL | hsl(274, 74%, 70%) |
| CMYK | cmyk(21%, 49%, 0%, 8%) |
| LAB | lab(61.5 46.5 -48.4) |
| LCH | lch(61.5 67.1 313.9) |
| OKLCH | oklch(0.688 0.174 309.0) |
Copy-ready code
/* CSS */
color: #ba78eb;
background-color: #ba78eb;
/* Tailwind (arbitrary) */
class="text-[#ba78eb] bg-[#ba78eb]"
/* SCSS */
$brand: #ba78eb;
/* SwiftUI */
Color(red: 0.729, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#ba78eb")Accessibility — WCAG contrast
Aa
#ba78eb on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba78eb on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.1%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ba78eb text on a black background
contrast 6.97:1
Card sample
#ba78eb text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba78eb;
Background color
Panel with #ba78eb background
background-color: #ba78eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba78eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba78eb; background: linear-gradient(135deg, #ba78eb, #EB78CF);