#ac5fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 95, 186
HSL
291°, 40%, 55%
CMYK
8, 49, 0, 27
Luminance
0.2050
Every format
| HEX | #ac5fba |
| RGB | rgb(172, 95, 186) |
| HSL | hsl(291, 40%, 55%) |
| CMYK | cmyk(8%, 49%, 0%, 27%) |
| LAB | lab(52.4 45.5 -35.1) |
| LCH | lch(52.4 57.5 322.3) |
| OKLCH | oklch(0.609 0.155 321.3) |
Copy-ready code
/* CSS */
color: #ac5fba;
background-color: #ac5fba;
/* Tailwind (arbitrary) */
class="text-[#ac5fba] bg-[#ac5fba]"
/* SCSS */
$brand: #ac5fba;
/* SwiftUI */
Color(red: 0.675, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#ac5fba")Accessibility — WCAG contrast
Aa
#ac5fba on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5fba on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green37.3%
Blue72.9%
CMYK percentages
Cyan7.5%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#ac5fba text on a black background
contrast 5.10:1
Card sample
#ac5fba text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5fba;
Background color
Panel with #ac5fba background
background-color: #ac5fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5fba; background: linear-gradient(135deg, #ac5fba, #BA5F8B);