#ac5eb6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 94, 182
HSL
293°, 38%, 54%
CMYK
6, 48, 0, 29
Luminance
0.2015
Every format
| HEX | #ac5eb6 |
| RGB | rgb(172, 94, 182) |
| HSL | hsl(293, 38%, 54%) |
| CMYK | cmyk(6%, 48%, 0%, 29%) |
| LAB | lab(52.0 45.2 -33.4) |
| LCH | lch(52.0 56.2 323.5) |
| OKLCH | oklch(0.605 0.153 322.9) |
Copy-ready code
/* CSS */
color: #ac5eb6;
background-color: #ac5eb6;
/* Tailwind (arbitrary) */
class="text-[#ac5eb6] bg-[#ac5eb6]"
/* SCSS */
$brand: #ac5eb6;
/* SwiftUI */
Color(red: 0.675, green: 0.369, blue: 0.714)
/* Android */
Color.parseColor("#ac5eb6")Accessibility — WCAG contrast
Aa
#ac5eb6 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5eb6 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green36.9%
Blue71.4%
CMYK percentages
Cyan5.5%
Magenta48.4%
Yellow0.0%
Key (black)28.6%
Color previews
#ac5eb6 text on a black background
contrast 5.03:1
Card sample
#ac5eb6 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5eb6;
Background color
Panel with #ac5eb6 background
background-color: #ac5eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 94, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 94, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5eb6; background: linear-gradient(135deg, #ac5eb6, #B65E85);