#ba72eb
a light, electric violet · warm · closest name: orchid
RGB
186, 114, 235
HSL
276°, 75%, 68%
CMYK
21, 52, 0, 8
Luminance
0.2847
Every format
| HEX | #ba72eb |
| RGB | rgb(186, 114, 235) |
| HSL | hsl(276, 75%, 68%) |
| CMYK | cmyk(21%, 52%, 0%, 8%) |
| LAB | lab(60.3 49.6 -50.3) |
| LCH | lch(60.3 70.7 314.6) |
| OKLCH | oklch(0.679 0.183 309.8) |
Copy-ready code
/* CSS */
color: #ba72eb;
background-color: #ba72eb;
/* Tailwind (arbitrary) */
class="text-[#ba72eb] bg-[#ba72eb]"
/* SCSS */
$brand: #ba72eb;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#ba72eb")Accessibility — WCAG contrast
Aa
#ba72eb on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba72eb on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ba72eb text on a black background
contrast 6.69:1
Card sample
#ba72eb text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba72eb;
Background color
Panel with #ba72eb background
background-color: #ba72eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba72eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba72eb; background: linear-gradient(135deg, #ba72eb, #EB72CB);