#af204f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 32, 79
HSL
340°, 69%, 41%
CMYK
0, 82, 55, 31
Luminance
0.1071
Every format
| HEX | #af204f |
| RGB | rgb(175, 32, 79) |
| HSL | hsl(340, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 55%, 31%) |
| LAB | lab(39.1 58.0 9.8) |
| LCH | lch(39.1 58.8 9.5) |
| OKLCH | oklch(0.498 0.178 8.0) |
Copy-ready code
/* CSS */
color: #af204f;
background-color: #af204f;
/* Tailwind (arbitrary) */
class="text-[#af204f] bg-[#af204f]"
/* SCSS */
$brand: #af204f;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.310)
/* Android */
Color.parseColor("#af204f")Accessibility — WCAG contrast
Aa
#af204f on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af204f on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow54.9%
Key (black)31.4%
Color previews
#af204f text on a black background
contrast 3.14:1
Card sample
#af204f text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af204f;
Background color
Panel with #af204f background
background-color: #af204f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af204f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af204f; background: linear-gradient(135deg, #af204f, #AF5020);