#ac4abf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
172, 74, 191
HSL
290°, 48%, 52%
CMYK
10, 61, 0, 25
Luminance
0.1743
Every format
| HEX | #ac4abf |
| RGB | rgb(172, 74, 191) |
| HSL | hsl(290, 48%, 52%) |
| CMYK | cmyk(10%, 61%, 0%, 25%) |
| LAB | lab(48.8 56.8 -43.7) |
| LCH | lch(48.8 71.7 322.4) |
| OKLCH | oklch(0.583 0.193 320.8) |
Copy-ready code
/* CSS */
color: #ac4abf;
background-color: #ac4abf;
/* Tailwind (arbitrary) */
class="text-[#ac4abf] bg-[#ac4abf]"
/* SCSS */
$brand: #ac4abf;
/* SwiftUI */
Color(red: 0.675, green: 0.290, blue: 0.749)
/* Android */
Color.parseColor("#ac4abf")Accessibility — WCAG contrast
Aa
#ac4abf on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4abf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green29.0%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta61.3%
Yellow0.0%
Key (black)25.1%
Color previews
#ac4abf text on a black background
contrast 4.49:1
Card sample
#ac4abf text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4abf;
Background color
Panel with #ac4abf background
background-color: #ac4abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 74, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 74, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4abf; background: linear-gradient(135deg, #ac4abf, #BF4A84);