#af2c76
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 44, 118
HSL
326°, 60%, 43%
CMYK
0, 75, 33, 31
Luminance
0.1222
Every format
| HEX | #af2c76 |
| RGB | rgb(175, 44, 118) |
| HSL | hsl(326, 60%, 43%) |
| CMYK | cmyk(0%, 75%, 33%, 31%) |
| LAB | lab(41.6 58.1 -11.2) |
| LCH | lch(41.6 59.2 349.1) |
| OKLCH | oklch(0.520 0.180 350.7) |
Copy-ready code
/* CSS */
color: #af2c76;
background-color: #af2c76;
/* Tailwind (arbitrary) */
class="text-[#af2c76] bg-[#af2c76]"
/* SCSS */
$brand: #af2c76;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.463)
/* Android */
Color.parseColor("#af2c76")Accessibility — WCAG contrast
Aa
#af2c76 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2c76 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow32.6%
Key (black)31.4%
Color previews
#af2c76 text on a black background
contrast 3.44:1
Card sample
#af2c76 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2c76;
Background color
Panel with #af2c76 background
background-color: #af2c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2c76; background: linear-gradient(135deg, #af2c76, #AF392C);