#ba68ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 104, 172
HSL
310°, 37%, 57%
CMYK
0, 44, 8, 27
Luminance
0.2332
Every format
| HEX | #ba68ac |
| RGB | rgb(186, 104, 172) |
| HSL | hsl(310, 37%, 57%) |
| CMYK | cmyk(0%, 44%, 8%, 27%) |
| LAB | lab(55.4 42.4 -22.3) |
| LCH | lch(55.4 47.9 332.3) |
| OKLCH | oklch(0.633 0.136 333.7) |
Copy-ready code
/* CSS */
color: #ba68ac;
background-color: #ba68ac;
/* Tailwind (arbitrary) */
class="text-[#ba68ac] bg-[#ba68ac]"
/* SCSS */
$brand: #ba68ac;
/* SwiftUI */
Color(red: 0.729, green: 0.408, blue: 0.675)
/* Android */
Color.parseColor("#ba68ac")Accessibility — WCAG contrast
Aa
#ba68ac on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba68ac on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow7.5%
Key (black)27.1%
Color previews
#ba68ac text on a black background
contrast 5.66:1
Card sample
#ba68ac text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba68ac;
Background color
Panel with #ba68ac background
background-color: #ba68ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba68ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 104, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 104, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba68ac; background: linear-gradient(135deg, #ba68ac, #BA6875);