#ac4fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 79, 186
HSL
292°, 44%, 52%
CMYK
8, 58, 0, 27
Luminance
0.1791
Every format
| HEX | #ac4fba |
| RGB | rgb(172, 79, 186) |
| HSL | hsl(292, 44%, 52%) |
| CMYK | cmyk(8%, 58%, 0%, 27%) |
| LAB | lab(49.4 53.5 -39.9) |
| LCH | lch(49.4 66.7 323.3) |
| OKLCH | oklch(0.586 0.181 322.2) |
Copy-ready code
/* CSS */
color: #ac4fba;
background-color: #ac4fba;
/* Tailwind (arbitrary) */
class="text-[#ac4fba] bg-[#ac4fba]"
/* SCSS */
$brand: #ac4fba;
/* SwiftUI */
Color(red: 0.675, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#ac4fba")Accessibility — WCAG contrast
Aa
#ac4fba on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4fba on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.0%
Blue72.9%
CMYK percentages
Cyan7.5%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#ac4fba text on a black background
contrast 4.58:1
Card sample
#ac4fba text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4fba;
Background color
Panel with #ac4fba background
background-color: #ac4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4fba; background: linear-gradient(135deg, #ac4fba, #BA4F81);