#af294f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 41, 79
HSL
343°, 62%, 42%
CMYK
0, 77, 55, 31
Luminance
0.1126
Every format
| HEX | #af294f |
| RGB | rgb(175, 41, 79) |
| HSL | hsl(343, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 55%, 31%) |
| LAB | lab(40.0 55.3 11.0) |
| LCH | lch(40.0 56.4 11.3) |
| OKLCH | oklch(0.505 0.170 9.5) |
Copy-ready code
/* CSS */
color: #af294f;
background-color: #af294f;
/* Tailwind (arbitrary) */
class="text-[#af294f] bg-[#af294f]"
/* SCSS */
$brand: #af294f;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.310)
/* Android */
Color.parseColor("#af294f")Accessibility — WCAG contrast
Aa
#af294f on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af294f on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow54.9%
Key (black)31.4%
Color previews
#af294f text on a black background
contrast 3.25:1
Card sample
#af294f text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af294f;
Background color
Panel with #af294f background
background-color: #af294f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af294f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af294f; background: linear-gradient(135deg, #af294f, #AF5C29);