#af64ae
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 100, 174
HSL
301°, 32%, 54%
CMYK
0, 43, 1, 31
Luminance
0.2128
Every format
| HEX | #af64ae |
| RGB | rgb(175, 100, 174) |
| HSL | hsl(301, 32%, 54%) |
| CMYK | cmyk(0%, 43%, 1%, 31%) |
| LAB | lab(53.3 41.4 -26.8) |
| LCH | lch(53.3 49.4 327.1) |
| OKLCH | oklch(0.614 0.137 327.6) |
Copy-ready code
/* CSS */
color: #af64ae;
background-color: #af64ae;
/* Tailwind (arbitrary) */
class="text-[#af64ae] bg-[#af64ae]"
/* SCSS */
$brand: #af64ae;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.682)
/* Android */
Color.parseColor("#af64ae")Accessibility — WCAG contrast
Aa
#af64ae on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af64ae on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow0.6%
Key (black)31.4%
Color previews
#af64ae text on a black background
contrast 5.26:1
Card sample
#af64ae text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af64ae;
Background color
Panel with #af64ae background
background-color: #af64ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af64ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af64ae; background: linear-gradient(135deg, #af64ae, #AF647C);