#ac70b8
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 112, 184
HSL
290°, 34%, 58%
CMYK
7, 39, 0, 28
Luminance
0.2382
Every format
| HEX | #ac70b8 |
| RGB | rgb(172, 112, 184) |
| HSL | hsl(290, 34%, 58%) |
| CMYK | cmyk(7%, 39%, 0%, 28%) |
| LAB | lab(55.9 35.9 -28.5) |
| LCH | lch(55.9 45.9 321.5) |
| OKLCH | oklch(0.634 0.124 320.8) |
Copy-ready code
/* CSS */
color: #ac70b8;
background-color: #ac70b8;
/* Tailwind (arbitrary) */
class="text-[#ac70b8] bg-[#ac70b8]"
/* SCSS */
$brand: #ac70b8;
/* SwiftUI */
Color(red: 0.675, green: 0.439, blue: 0.722)
/* Android */
Color.parseColor("#ac70b8")Accessibility — WCAG contrast
Aa
#ac70b8 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac70b8 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green43.9%
Blue72.2%
CMYK percentages
Cyan6.5%
Magenta39.1%
Yellow0.0%
Key (black)27.8%
Color previews
#ac70b8 text on a black background
contrast 5.76:1
Card sample
#ac70b8 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac70b8;
Background color
Panel with #ac70b8 background
background-color: #ac70b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac70b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 112, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 112, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac70b8; background: linear-gradient(135deg, #ac70b8, #B87094);