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