#af325c
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 50, 92
HSL
340°, 56%, 44%
CMYK
0, 71, 47, 31
Luminance
0.1217
Every format
| HEX | #af325c |
| RGB | rgb(175, 50, 92) |
| HSL | hsl(340, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 47%, 31%) |
| LAB | lab(41.5 53.3 4.9) |
| LCH | lch(41.5 53.5 5.3) |
| OKLCH | oklch(0.517 0.163 4.6) |
Copy-ready code
/* CSS */
color: #af325c;
background-color: #af325c;
/* Tailwind (arbitrary) */
class="text-[#af325c] bg-[#af325c]"
/* SCSS */
$brand: #af325c;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.361)
/* Android */
Color.parseColor("#af325c")Accessibility — WCAG contrast
Aa
#af325c on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af325c on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow47.4%
Key (black)31.4%
Color previews
#af325c text on a black background
contrast 3.43:1
Card sample
#af325c text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af325c;
Background color
Panel with #af325c background
background-color: #af325c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af325c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af325c; background: linear-gradient(135deg, #af325c, #AF5B32);