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