#ba7ae4
a light, vivid violet · warm · closest name: orchid
RGB
186, 122, 228
HSL
276°, 66%, 69%
CMYK
18, 47, 0, 11
Luminance
0.2996
Every format
| HEX | #ba7ae4 |
| RGB | rgb(186, 122, 228) |
| HSL | hsl(276, 66%, 69%) |
| CMYK | cmyk(18%, 47%, 0%, 11%) |
| LAB | lab(61.6 43.9 -44.4) |
| LCH | lch(61.6 62.4 314.7) |
| OKLCH | oklch(0.687 0.163 310.6) |
Copy-ready code
/* CSS */
color: #ba7ae4;
background-color: #ba7ae4;
/* Tailwind (arbitrary) */
class="text-[#ba7ae4] bg-[#ba7ae4]"
/* SCSS */
$brand: #ba7ae4;
/* SwiftUI */
Color(red: 0.729, green: 0.478, blue: 0.894)
/* Android */
Color.parseColor("#ba7ae4")Accessibility — WCAG contrast
Aa
#ba7ae4 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7ae4 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.8%
Blue89.4%
CMYK percentages
Cyan18.4%
Magenta46.5%
Yellow0.0%
Key (black)10.6%
Color previews
#ba7ae4 text on a black background
contrast 6.99:1
Card sample
#ba7ae4 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7ae4;
Background color
Panel with #ba7ae4 background
background-color: #ba7ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 122, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 122, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7ae4; background: linear-gradient(135deg, #ba7ae4, #E47AC7);