#ac5daf
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 93, 175
HSL
298°, 34%, 53%
CMYK
2, 47, 0, 31
Luminance
0.1969
Every format
| HEX | #ac5daf |
| RGB | rgb(172, 93, 175) |
| HSL | hsl(298, 34%, 53%) |
| CMYK | cmyk(2%, 47%, 0%, 31%) |
| LAB | lab(51.5 44.4 -30.2) |
| LCH | lch(51.5 53.7 325.8) |
| OKLCH | oklch(0.600 0.148 325.9) |
Copy-ready code
/* CSS */
color: #ac5daf;
background-color: #ac5daf;
/* Tailwind (arbitrary) */
class="text-[#ac5daf] bg-[#ac5daf]"
/* SCSS */
$brand: #ac5daf;
/* SwiftUI */
Color(red: 0.675, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#ac5daf")Accessibility — WCAG contrast
Aa
#ac5daf on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5daf on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green36.5%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta46.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ac5daf text on a black background
contrast 4.94:1
Card sample
#ac5daf text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5daf;
Background color
Panel with #ac5daf background
background-color: #ac5daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5daf; background: linear-gradient(135deg, #ac5daf, #AF5D7B);