#af227f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 34, 127
HSL
320°, 68%, 41%
CMYK
0, 81, 27, 31
Luminance
0.1179
Every format
| HEX | #af227f |
| RGB | rgb(175, 34, 127) |
| HSL | hsl(320, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 27%, 31%) |
| LAB | lab(40.9 62.2 -17.8) |
| LCH | lch(40.9 64.7 344.0) |
| OKLCH | oklch(0.516 0.195 346.0) |
Copy-ready code
/* CSS */
color: #af227f;
background-color: #af227f;
/* Tailwind (arbitrary) */
class="text-[#af227f] bg-[#af227f]"
/* SCSS */
$brand: #af227f;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.498)
/* Android */
Color.parseColor("#af227f")Accessibility — WCAG contrast
Aa
#af227f on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af227f on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow27.4%
Key (black)31.4%
Color previews
#af227f text on a black background
contrast 3.36:1
Card sample
#af227f text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af227f;
Background color
Panel with #af227f background
background-color: #af227f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af227f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af227f; background: linear-gradient(135deg, #af227f, #AF2322);