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