#af4087
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 135
HSL
322°, 46%, 47%
CMYK
0, 63, 23, 31
Luminance
0.1453
Every format
| HEX | #af4087 |
| RGB | rgb(175, 64, 135) |
| HSL | hsl(322, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 23%, 31%) |
| LAB | lab(45.0 52.7 -16.4) |
| LCH | lch(45.0 55.2 342.7) |
| OKLCH | oklch(0.547 0.164 344.6) |
Copy-ready code
/* CSS */
color: #af4087;
background-color: #af4087;
/* Tailwind (arbitrary) */
class="text-[#af4087] bg-[#af4087]"
/* SCSS */
$brand: #af4087;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.529)
/* Android */
Color.parseColor("#af4087")Accessibility — WCAG contrast
Aa
#af4087 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4087 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow22.9%
Key (black)31.4%
Color previews
#af4087 text on a black background
contrast 3.91:1
Card sample
#af4087 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4087;
Background color
Panel with #af4087 background
background-color: #af4087;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4087;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4087; background: linear-gradient(135deg, #af4087, #AF4340);