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