#af2d6f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 45, 111
HSL
330°, 59%, 43%
CMYK
0, 74, 37, 31
Luminance
0.1214
Every format
| HEX | #af2d6f |
| RGB | rgb(175, 45, 111) |
| HSL | hsl(330, 59%, 43%) |
| CMYK | cmyk(0%, 74%, 37%, 31%) |
| LAB | lab(41.4 57.0 -7.0) |
| LCH | lch(41.4 57.4 353.0) |
| OKLCH | oklch(0.518 0.176 354.2) |
Copy-ready code
/* CSS */
color: #af2d6f;
background-color: #af2d6f;
/* Tailwind (arbitrary) */
class="text-[#af2d6f] bg-[#af2d6f]"
/* SCSS */
$brand: #af2d6f;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.435)
/* Android */
Color.parseColor("#af2d6f")Accessibility — WCAG contrast
Aa
#af2d6f on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2d6f on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow36.6%
Key (black)31.4%
Color previews
#af2d6f text on a black background
contrast 3.43:1
Card sample
#af2d6f text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2d6f;
Background color
Panel with #af2d6f background
background-color: #af2d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2d6f; background: linear-gradient(135deg, #af2d6f, #AF422D);