#af3897
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 56, 151
HSL
312°, 52%, 45%
CMYK
0, 68, 14, 31
Luminance
0.1418
Every format
| HEX | #af3897 |
| RGB | rgb(175, 56, 151) |
| HSL | hsl(312, 52%, 45%) |
| CMYK | cmyk(0%, 68%, 14%, 31%) |
| LAB | lab(44.5 58.3 -26.9) |
| LCH | lch(44.5 64.2 335.2) |
| OKLCH | oklch(0.546 0.186 336.9) |
Copy-ready code
/* CSS */
color: #af3897;
background-color: #af3897;
/* Tailwind (arbitrary) */
class="text-[#af3897] bg-[#af3897]"
/* SCSS */
$brand: #af3897;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.592)
/* Android */
Color.parseColor("#af3897")Accessibility — WCAG contrast
Aa
#af3897 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3897 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow13.7%
Key (black)31.4%
Color previews
#af3897 text on a black background
contrast 3.84:1
Card sample
#af3897 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3897;
Background color
Panel with #af3897 background
background-color: #af3897;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3897;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3897; background: linear-gradient(135deg, #af3897, #AF3848);