#ba4875
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 72, 117
HSL
336°, 45%, 51%
CMYK
0, 61, 37, 27
Luminance
0.1636
Every format
| HEX | #ba4875 |
| RGB | rgb(186, 72, 117) |
| HSL | hsl(336, 45%, 51%) |
| CMYK | cmyk(0%, 61%, 37%, 27%) |
| LAB | lab(47.4 50.2 -1.6) |
| LCH | lch(47.4 50.2 358.1) |
| OKLCH | oklch(0.567 0.153 358.6) |
Copy-ready code
/* CSS */
color: #ba4875;
background-color: #ba4875;
/* Tailwind (arbitrary) */
class="text-[#ba4875] bg-[#ba4875]"
/* SCSS */
$brand: #ba4875;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.459)
/* Android */
Color.parseColor("#ba4875")Accessibility — WCAG contrast
Aa
#ba4875 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba4875 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow37.1%
Key (black)27.1%
Color previews
#ba4875 text on a black background
contrast 4.27:1
Card sample
#ba4875 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4875;
Background color
Panel with #ba4875 background
background-color: #ba4875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4875; background: linear-gradient(135deg, #ba4875, #BA6748);