#ba69eb
a light, electric violet · warm · closest name: orchid
RGB
186, 105, 235
HSL
277°, 77%, 67%
CMYK
21, 55, 0, 8
Luminance
0.2654
Every format
| HEX | #ba69eb |
| RGB | rgb(186, 105, 235) |
| HSL | hsl(277, 77%, 67%) |
| CMYK | cmyk(21%, 55%, 0%, 8%) |
| LAB | lab(58.5 54.3 -53.1) |
| LCH | lch(58.5 76.0 315.6) |
| OKLCH | oklch(0.666 0.197 310.9) |
Copy-ready code
/* CSS */
color: #ba69eb;
background-color: #ba69eb;
/* Tailwind (arbitrary) */
class="text-[#ba69eb] bg-[#ba69eb]"
/* SCSS */
$brand: #ba69eb;
/* SwiftUI */
Color(red: 0.729, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#ba69eb")Accessibility — WCAG contrast
Aa
#ba69eb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba69eb on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green41.2%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ba69eb text on a black background
contrast 6.31:1
Card sample
#ba69eb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba69eb;
Background color
Panel with #ba69eb background
background-color: #ba69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba69eb; background: linear-gradient(135deg, #ba69eb, #EB69C5);