#ba54ee
a balanced, electric violet · warm · closest name: orchid
RGB
186, 84, 238
HSL
280°, 82%, 63%
CMYK
22, 65, 0, 7
Luminance
0.2295
Every format
| HEX | #ba54ee |
| RGB | rgb(186, 84, 238) |
| HSL | hsl(280, 82%, 63%) |
| CMYK | cmyk(22%, 65%, 0%, 7%) |
| LAB | lab(55.0 64.9 -60.4) |
| LCH | lch(55.0 88.7 317.1) |
| OKLCH | oklch(0.640 0.230 312.2) |
Copy-ready code
/* CSS */
color: #ba54ee;
background-color: #ba54ee;
/* Tailwind (arbitrary) */
class="text-[#ba54ee] bg-[#ba54ee]"
/* SCSS */
$brand: #ba54ee;
/* SwiftUI */
Color(red: 0.729, green: 0.329, blue: 0.933)
/* Android */
Color.parseColor("#ba54ee")Accessibility — WCAG contrast
Aa
#ba54ee on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba54ee on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.9%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta64.7%
Yellow0.0%
Key (black)6.7%
Color previews
#ba54ee text on a black background
contrast 5.59:1
Card sample
#ba54ee text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba54ee;
Background color
Panel with #ba54ee background
background-color: #ba54ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba54ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 84, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 84, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba54ee; background: linear-gradient(135deg, #ba54ee, #EE54BB);