#af417c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 65, 124
HSL
328°, 46%, 47%
CMYK
0, 63, 29, 31
Luminance
0.1435
Every format
| HEX | #af417c |
| RGB | rgb(175, 65, 124) |
| HSL | hsl(328, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 29%, 31%) |
| LAB | lab(44.7 50.7 -10.1) |
| LCH | lch(44.7 51.7 348.7) |
| OKLCH | oklch(0.544 0.156 350.3) |
Copy-ready code
/* CSS */
color: #af417c;
background-color: #af417c;
/* Tailwind (arbitrary) */
class="text-[#af417c] bg-[#af417c]"
/* SCSS */
$brand: #af417c;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.486)
/* Android */
Color.parseColor("#af417c")Accessibility — WCAG contrast
Aa
#af417c on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af417c on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow29.1%
Key (black)31.4%
Color previews
#af417c text on a black background
contrast 3.87:1
Card sample
#af417c text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af417c;
Background color
Panel with #af417c background
background-color: #af417c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af417c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af417c; background: linear-gradient(135deg, #af417c, #AF4F41);