#af40c0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 192
HSL
292°, 50%, 50%
CMYK
9, 67, 0, 25
Luminance
0.1659
Every format
| HEX | #af40c0 |
| RGB | rgb(175, 64, 192) |
| HSL | hsl(292, 50%, 50%) |
| CMYK | cmyk(9%, 67%, 0%, 25%) |
| LAB | lab(47.7 62.0 -46.0) |
| LCH | lch(47.7 77.2 323.4) |
| OKLCH | oklch(0.576 0.209 322.1) |
Copy-ready code
/* CSS */
color: #af40c0;
background-color: #af40c0;
/* Tailwind (arbitrary) */
class="text-[#af40c0] bg-[#af40c0]"
/* SCSS */
$brand: #af40c0;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.753)
/* Android */
Color.parseColor("#af40c0")Accessibility — WCAG contrast
Aa
#af40c0 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af40c0 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta66.7%
Yellow0.0%
Key (black)24.7%
Color previews
#af40c0 text on a black background
contrast 4.32:1
Card sample
#af40c0 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af40c0;
Background color
Panel with #af40c0 background
background-color: #af40c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af40c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af40c0; background: linear-gradient(135deg, #af40c0, #C0407C);