#ba5fc2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 95, 194
HSL
295°, 45%, 57%
CMYK
4, 51, 0, 24
Luminance
0.2252
Every format
| HEX | #ba5fc2 |
| RGB | rgb(186, 95, 194) |
| HSL | hsl(295, 45%, 57%) |
| CMYK | cmyk(4%, 51%, 0%, 24%) |
| LAB | lab(54.6 51.0 -36.2) |
| LCH | lch(54.6 62.6 324.6) |
| OKLCH | oklch(0.630 0.171 324.3) |
Copy-ready code
/* CSS */
color: #ba5fc2;
background-color: #ba5fc2;
/* Tailwind (arbitrary) */
class="text-[#ba5fc2] bg-[#ba5fc2]"
/* SCSS */
$brand: #ba5fc2;
/* SwiftUI */
Color(red: 0.729, green: 0.373, blue: 0.761)
/* Android */
Color.parseColor("#ba5fc2")Accessibility — WCAG contrast
Aa
#ba5fc2 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5fc2 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.3%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta51.0%
Yellow0.0%
Key (black)23.9%
Color previews
#ba5fc2 text on a black background
contrast 5.50:1
Card sample
#ba5fc2 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5fc2;
Background color
Panel with #ba5fc2 background
background-color: #ba5fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 95, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 95, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5fc2; background: linear-gradient(135deg, #ba5fc2, #C25F88);