#ba75eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 117, 235
HSL
275°, 75%, 69%
CMYK
21, 50, 0, 8
Luminance
0.2916
Every format
| HEX | #ba75eb |
| RGB | rgb(186, 117, 235) |
| HSL | hsl(275, 75%, 69%) |
| CMYK | cmyk(21%, 50%, 0%, 8%) |
| LAB | lab(60.9 48.1 -49.4) |
| LCH | lch(60.9 68.9 314.2) |
| OKLCH | oklch(0.683 0.179 309.4) |
Copy-ready code
/* CSS */
color: #ba75eb;
background-color: #ba75eb;
/* Tailwind (arbitrary) */
class="text-[#ba75eb] bg-[#ba75eb]"
/* SCSS */
$brand: #ba75eb;
/* SwiftUI */
Color(red: 0.729, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#ba75eb")Accessibility — WCAG contrast
Aa
#ba75eb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba75eb on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.9%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ba75eb text on a black background
contrast 6.83:1
Card sample
#ba75eb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba75eb;
Background color
Panel with #ba75eb background
background-color: #ba75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba75eb; background: linear-gradient(135deg, #ba75eb, #EB75CD);