#ba7ae7
a light, vivid violet · warm · closest name: orchid
RGB
186, 122, 231
HSL
275°, 69%, 69%
CMYK
20, 47, 0, 9
Luminance
0.3013
Every format
| HEX | #ba7ae7 |
| RGB | rgb(186, 122, 231) |
| HSL | hsl(275, 69%, 69%) |
| CMYK | cmyk(20%, 47%, 0%, 9%) |
| LAB | lab(61.8 44.5 -45.8) |
| LCH | lch(61.8 63.9 314.2) |
| OKLCH | oklch(0.689 0.166 309.8) |
Copy-ready code
/* CSS */
color: #ba7ae7;
background-color: #ba7ae7;
/* Tailwind (arbitrary) */
class="text-[#ba7ae7] bg-[#ba7ae7]"
/* SCSS */
$brand: #ba7ae7;
/* SwiftUI */
Color(red: 0.729, green: 0.478, blue: 0.906)
/* Android */
Color.parseColor("#ba7ae7")Accessibility — WCAG contrast
Aa
#ba7ae7 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba7ae7 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.8%
Blue90.6%
CMYK percentages
Cyan19.5%
Magenta47.2%
Yellow0.0%
Key (black)9.4%
Color previews
#ba7ae7 text on a black background
contrast 7.03:1
Card sample
#ba7ae7 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7ae7;
Background color
Panel with #ba7ae7 background
background-color: #ba7ae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7ae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 122, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 122, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7ae7; background: linear-gradient(135deg, #ba7ae7, #E77ACB);