#ba76db
a light, vivid violet · warm · closest name: orchid
RGB
186, 118, 219
HSL
280°, 58%, 66%
CMYK
15, 46, 0, 14
Luminance
0.2851
Every format
| HEX | #ba76db |
| RGB | rgb(186, 118, 219) |
| HSL | hsl(280, 58%, 66%) |
| CMYK | cmyk(15%, 46%, 0%, 14%) |
| LAB | lab(60.4 44.1 -41.3) |
| LCH | lch(60.4 60.4 316.8) |
| OKLCH | oklch(0.676 0.159 313.8) |
Copy-ready code
/* CSS */
color: #ba76db;
background-color: #ba76db;
/* Tailwind (arbitrary) */
class="text-[#ba76db] bg-[#ba76db]"
/* SCSS */
$brand: #ba76db;
/* SwiftUI */
Color(red: 0.729, green: 0.463, blue: 0.859)
/* Android */
Color.parseColor("#ba76db")Accessibility — WCAG contrast
Aa
#ba76db on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba76db on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.3%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta46.1%
Yellow0.0%
Key (black)14.1%
Color previews
#ba76db text on a black background
contrast 6.70:1
Card sample
#ba76db text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba76db;
Background color
Panel with #ba76db background
background-color: #ba76db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba76db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 118, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 118, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba76db; background: linear-gradient(135deg, #ba76db, #DB76B9);