#ba5ace
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 90, 206
HSL
290°, 54%, 58%
CMYK
10, 56, 0, 19
Luminance
0.2221
Every format
| HEX | #ba5ace |
| RGB | rgb(186, 90, 206) |
| HSL | hsl(290, 54%, 58%) |
| CMYK | cmyk(10%, 56%, 0%, 19%) |
| LAB | lab(54.3 55.7 -43.6) |
| LCH | lch(54.3 70.8 322.0) |
| OKLCH | oklch(0.629 0.190 320.5) |
Copy-ready code
/* CSS */
color: #ba5ace;
background-color: #ba5ace;
/* Tailwind (arbitrary) */
class="text-[#ba5ace] bg-[#ba5ace]"
/* SCSS */
$brand: #ba5ace;
/* SwiftUI */
Color(red: 0.729, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#ba5ace")Accessibility — WCAG contrast
Aa
#ba5ace on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5ace on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green35.3%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ba5ace text on a black background
contrast 5.44:1
Card sample
#ba5ace text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5ace;
Background color
Panel with #ba5ace background
background-color: #ba5ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5ace; background: linear-gradient(135deg, #ba5ace, #CE5A94);