#ba66eb
a light, electric violet · warm · closest name: orchid
RGB
186, 102, 235
HSL
278°, 77%, 66%
CMYK
21, 57, 0, 8
Luminance
0.2594
Every format
| HEX | #ba66eb |
| RGB | rgb(186, 102, 235) |
| HSL | hsl(278, 77%, 66%) |
| CMYK | cmyk(21%, 57%, 0%, 8%) |
| LAB | lab(58.0 55.8 -54.0) |
| LCH | lch(58.0 77.7 315.9) |
| OKLCH | oklch(0.661 0.202 311.2) |
Copy-ready code
/* CSS */
color: #ba66eb;
background-color: #ba66eb;
/* Tailwind (arbitrary) */
class="text-[#ba66eb] bg-[#ba66eb]"
/* SCSS */
$brand: #ba66eb;
/* SwiftUI */
Color(red: 0.729, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#ba66eb")Accessibility — WCAG contrast
Aa
#ba66eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba66eb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.0%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ba66eb text on a black background
contrast 6.19:1
Card sample
#ba66eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba66eb;
Background color
Panel with #ba66eb background
background-color: #ba66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba66eb; background: linear-gradient(135deg, #ba66eb, #EB66C3);