#ac4fbc
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 79, 188
HSL
291°, 45%, 52%
CMYK
9, 58, 0, 26
Luminance
0.1799
Every format
| HEX | #ac4fbc |
| RGB | rgb(172, 79, 188) |
| HSL | hsl(291, 45%, 52%) |
| CMYK | cmyk(9%, 58%, 0%, 26%) |
| LAB | lab(49.5 53.9 -40.9) |
| LCH | lch(49.5 67.6 322.8) |
| OKLCH | oklch(0.587 0.183 321.6) |
Copy-ready code
/* CSS */
color: #ac4fbc;
background-color: #ac4fbc;
/* Tailwind (arbitrary) */
class="text-[#ac4fbc] bg-[#ac4fbc]"
/* SCSS */
$brand: #ac4fbc;
/* SwiftUI */
Color(red: 0.675, green: 0.310, blue: 0.737)
/* Android */
Color.parseColor("#ac4fbc")Accessibility — WCAG contrast
Aa
#ac4fbc on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4fbc on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.0%
Blue73.7%
CMYK percentages
Cyan8.5%
Magenta58.0%
Yellow0.0%
Key (black)26.3%
Color previews
#ac4fbc text on a black background
contrast 4.60:1
Card sample
#ac4fbc text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4fbc;
Background color
Panel with #ac4fbc background
background-color: #ac4fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 79, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 79, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4fbc; background: linear-gradient(135deg, #ac4fbc, #BC4F83);