#ba76df
a light, vivid violet · warm · closest name: orchid
RGB
186, 118, 223
HSL
279°, 62%, 67%
CMYK
17, 47, 0, 13
Luminance
0.2872
Every format
| HEX | #ba76df |
| RGB | rgb(186, 118, 223) |
| HSL | hsl(279, 62%, 67%) |
| CMYK | cmyk(17%, 47%, 0%, 13%) |
| LAB | lab(60.5 44.9 -43.3) |
| LCH | lch(60.5 62.4 316.1) |
| OKLCH | oklch(0.678 0.164 312.6) |
Copy-ready code
/* CSS */
color: #ba76df;
background-color: #ba76df;
/* Tailwind (arbitrary) */
class="text-[#ba76df] bg-[#ba76df]"
/* SCSS */
$brand: #ba76df;
/* SwiftUI */
Color(red: 0.729, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#ba76df")Accessibility — WCAG contrast
Aa
#ba76df on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba76df on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.3%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ba76df text on a black background
contrast 6.74:1
Card sample
#ba76df text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba76df;
Background color
Panel with #ba76df background
background-color: #ba76df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba76df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba76df; background: linear-gradient(135deg, #ba76df, #DF76BE);