#ba74db
a light, vivid violet · warm · closest name: orchid
RGB
186, 116, 219
HSL
281°, 59%, 66%
CMYK
15, 47, 0, 14
Luminance
0.2804
Every format
| HEX | #ba74db |
| RGB | rgb(186, 116, 219) |
| HSL | hsl(281, 59%, 66%) |
| CMYK | cmyk(15%, 47%, 0%, 14%) |
| LAB | lab(59.9 45.1 -42.0) |
| LCH | lch(59.9 61.7 317.1) |
| OKLCH | oklch(0.673 0.162 314.1) |
Copy-ready code
/* CSS */
color: #ba74db;
background-color: #ba74db;
/* Tailwind (arbitrary) */
class="text-[#ba74db] bg-[#ba74db]"
/* SCSS */
$brand: #ba74db;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.859)
/* Android */
Color.parseColor("#ba74db")Accessibility — WCAG contrast
Aa
#ba74db on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba74db on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta47.0%
Yellow0.0%
Key (black)14.1%
Color previews
#ba74db text on a black background
contrast 6.61:1
Card sample
#ba74db text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba74db;
Background color
Panel with #ba74db background
background-color: #ba74db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba74db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba74db; background: linear-gradient(135deg, #ba74db, #DB74B7);