#af40ad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 173
HSL
301°, 46%, 47%
CMYK
0, 63, 1, 31
Luminance
0.1580
Every format
| HEX | #af40ad |
| RGB | rgb(175, 64, 173) |
| HSL | hsl(301, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 1%, 31%) |
| LAB | lab(46.7 58.6 -36.5) |
| LCH | lch(46.7 69.0 328.1) |
| OKLCH | oklch(0.566 0.193 328.5) |
Copy-ready code
/* CSS */
color: #af40ad;
background-color: #af40ad;
/* Tailwind (arbitrary) */
class="text-[#af40ad] bg-[#af40ad]"
/* SCSS */
$brand: #af40ad;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.678)
/* Android */
Color.parseColor("#af40ad")Accessibility — WCAG contrast
Aa
#af40ad on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af40ad on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow1.1%
Key (black)31.4%
Color previews
#af40ad text on a black background
contrast 4.16:1
Card sample
#af40ad text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af40ad;
Background color
Panel with #af40ad background
background-color: #af40ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af40ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af40ad; background: linear-gradient(135deg, #af40ad, #AF4063);