#af2874
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 116
HSL
326°, 63%, 42%
CMYK
0, 77, 34, 31
Luminance
0.1189
Every format
| HEX | #af2874 |
| RGB | rgb(175, 40, 116) |
| HSL | hsl(326, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 34%, 31%) |
| LAB | lab(41.0 59.2 -10.8) |
| LCH | lch(41.0 60.1 349.7) |
| OKLCH | oklch(0.516 0.183 351.3) |
Copy-ready code
/* CSS */
color: #af2874;
background-color: #af2874;
/* Tailwind (arbitrary) */
class="text-[#af2874] bg-[#af2874]"
/* SCSS */
$brand: #af2874;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.455)
/* Android */
Color.parseColor("#af2874")Accessibility — WCAG contrast
Aa
#af2874 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2874 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow33.7%
Key (black)31.4%
Color previews
#af2874 text on a black background
contrast 3.38:1
Card sample
#af2874 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2874;
Background color
Panel with #af2874 background
background-color: #af2874;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2874;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2874; background: linear-gradient(135deg, #af2874, #AF3628);