#af3875
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 56, 117
HSL
329°, 52%, 45%
CMYK
0, 68, 33, 31
Luminance
0.1323
Every format
| HEX | #af3875 |
| RGB | rgb(175, 56, 117) |
| HSL | hsl(329, 52%, 45%) |
| CMYK | cmyk(0%, 68%, 33%, 31%) |
| LAB | lab(43.1 53.6 -8.3) |
| LCH | lch(43.1 54.3 351.2) |
| OKLCH | oklch(0.531 0.165 352.6) |
Copy-ready code
/* CSS */
color: #af3875;
background-color: #af3875;
/* Tailwind (arbitrary) */
class="text-[#af3875] bg-[#af3875]"
/* SCSS */
$brand: #af3875;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.459)
/* Android */
Color.parseColor("#af3875")Accessibility — WCAG contrast
Aa
#af3875 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3875 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow33.1%
Key (black)31.4%
Color previews
#af3875 text on a black background
contrast 3.65:1
Card sample
#af3875 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3875;
Background color
Panel with #af3875 background
background-color: #af3875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3875; background: linear-gradient(135deg, #af3875, #AF4A38);