#ba5ceb
a balanced, electric violet · warm · closest name: orchid
RGB
186, 92, 235
HSL
279°, 78%, 64%
CMYK
21, 61, 0, 8
Luminance
0.2409
Every format
| HEX | #ba5ceb |
| RGB | rgb(186, 92, 235) |
| HSL | hsl(279, 78%, 64%) |
| CMYK | cmyk(21%, 61%, 0%, 8%) |
| LAB | lab(56.2 60.6 -56.9) |
| LCH | lch(56.2 83.2 316.8) |
| OKLCH | oklch(0.648 0.216 312.2) |
Copy-ready code
/* CSS */
color: #ba5ceb;
background-color: #ba5ceb;
/* Tailwind (arbitrary) */
class="text-[#ba5ceb] bg-[#ba5ceb]"
/* SCSS */
$brand: #ba5ceb;
/* SwiftUI */
Color(red: 0.729, green: 0.361, blue: 0.922)
/* Android */
Color.parseColor("#ba5ceb")Accessibility — WCAG contrast
Aa
#ba5ceb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5ceb on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.1%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta60.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ba5ceb text on a black background
contrast 5.82:1
Card sample
#ba5ceb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5ceb;
Background color
Panel with #ba5ceb background
background-color: #ba5ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 92, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 92, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5ceb; background: linear-gradient(135deg, #ba5ceb, #EB5CBD);