#ba76f1
a light, electric violet · warm · closest name: orchid
RGB
186, 118, 241
HSL
273°, 82%, 70%
CMYK
23, 51, 0, 6
Luminance
0.2975
Every format
| HEX | #ba76f1 |
| RGB | rgb(186, 118, 241) |
| HSL | hsl(273, 82%, 70%) |
| CMYK | cmyk(23%, 51%, 0%, 6%) |
| LAB | lab(61.4 48.9 -51.9) |
| LCH | lch(61.4 71.3 313.3) |
| OKLCH | oklch(0.688 0.184 307.8) |
Copy-ready code
/* CSS */
color: #ba76f1;
background-color: #ba76f1;
/* Tailwind (arbitrary) */
class="text-[#ba76f1] bg-[#ba76f1]"
/* SCSS */
$brand: #ba76f1;
/* SwiftUI */
Color(red: 0.729, green: 0.463, blue: 0.945)
/* Android */
Color.parseColor("#ba76f1")Accessibility — WCAG contrast
Aa
#ba76f1 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba76f1 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.3%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta51.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ba76f1 text on a black background
contrast 6.95:1
Card sample
#ba76f1 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba76f1;
Background color
Panel with #ba76f1 background
background-color: #ba76f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba76f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 118, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 118, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba76f1; background: linear-gradient(135deg, #ba76f1, #F176D6);