#af205c
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 32, 92
HSL
335°, 69%, 41%
CMYK
0, 82, 47, 31
Luminance
0.1092
Every format
| HEX | #af205c |
| RGB | rgb(175, 32, 92) |
| HSL | hsl(335, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 47%, 31%) |
| LAB | lab(39.5 59.0 2.0) |
| LCH | lch(39.5 59.1 1.9) |
| OKLCH | oklch(0.502 0.181 1.8) |
Copy-ready code
/* CSS */
color: #af205c;
background-color: #af205c;
/* Tailwind (arbitrary) */
class="text-[#af205c] bg-[#af205c]"
/* SCSS */
$brand: #af205c;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.361)
/* Android */
Color.parseColor("#af205c")Accessibility — WCAG contrast
Aa
#af205c on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af205c on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow47.4%
Key (black)31.4%
Color previews
#af205c text on a black background
contrast 3.18:1
Card sample
#af205c text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af205c;
Background color
Panel with #af205c background
background-color: #af205c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af205c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af205c; background: linear-gradient(135deg, #af205c, #AF4320);