#ac65af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 101, 175
HSL
298°, 32%, 54%
CMYK
2, 42, 0, 31
Luminance
0.2117
Every format
| HEX | #ac65af |
| RGB | rgb(172, 101, 175) |
| HSL | hsl(298, 32%, 54%) |
| CMYK | cmyk(2%, 42%, 0%, 31%) |
| LAB | lab(53.1 40.1 -27.6) |
| LCH | lch(53.1 48.7 325.5) |
| OKLCH | oklch(0.612 0.134 325.6) |
Copy-ready code
/* CSS */
color: #ac65af;
background-color: #ac65af;
/* Tailwind (arbitrary) */
class="text-[#ac65af] bg-[#ac65af]"
/* SCSS */
$brand: #ac65af;
/* SwiftUI */
Color(red: 0.675, green: 0.396, blue: 0.686)
/* Android */
Color.parseColor("#ac65af")Accessibility — WCAG contrast
Aa
#ac65af on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac65af on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.6%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta42.3%
Yellow0.0%
Key (black)31.4%
Color previews
#ac65af text on a black background
contrast 5.23:1
Card sample
#ac65af text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac65af;
Background color
Panel with #ac65af background
background-color: #ac65af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac65af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 101, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 101, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac65af; background: linear-gradient(135deg, #ac65af, #AF6581);