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