#af64ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 100, 172
HSL
302°, 32%, 54%
CMYK
0, 43, 2, 31
Luminance
0.2121
Every format
| HEX | #af64ac |
| RGB | rgb(175, 100, 172) |
| HSL | hsl(302, 32%, 54%) |
| CMYK | cmyk(0%, 43%, 2%, 31%) |
| LAB | lab(53.2 41.0 -25.8) |
| LCH | lch(53.2 48.5 327.9) |
| OKLCH | oklch(0.613 0.135 328.5) |
Copy-ready code
/* CSS */
color: #af64ac;
background-color: #af64ac;
/* Tailwind (arbitrary) */
class="text-[#af64ac] bg-[#af64ac]"
/* SCSS */
$brand: #af64ac;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.675)
/* Android */
Color.parseColor("#af64ac")Accessibility — WCAG contrast
Aa
#af64ac on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af64ac on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow1.7%
Key (black)31.4%
Color previews
#af64ac text on a black background
contrast 5.24:1
Card sample
#af64ac text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af64ac;
Background color
Panel with #af64ac background
background-color: #af64ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af64ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af64ac; background: linear-gradient(135deg, #af64ac, #AF647A);