#af4572
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 69, 114
HSL
335°, 43%, 48%
CMYK
0, 61, 35, 31
Luminance
0.1459
Every format
| HEX | #af4572 |
| RGB | rgb(175, 69, 114) |
| HSL | hsl(335, 43%, 48%) |
| CMYK | cmyk(0%, 61%, 35%, 31%) |
| LAB | lab(45.1 47.7 -3.5) |
| LCH | lch(45.1 47.8 355.8) |
| OKLCH | oklch(0.545 0.146 356.6) |
Copy-ready code
/* CSS */
color: #af4572;
background-color: #af4572;
/* Tailwind (arbitrary) */
class="text-[#af4572] bg-[#af4572]"
/* SCSS */
$brand: #af4572;
/* SwiftUI */
Color(red: 0.686, green: 0.271, blue: 0.447)
/* Android */
Color.parseColor("#af4572")Accessibility — WCAG contrast
Aa
#af4572 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4572 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow34.9%
Key (black)31.4%
Color previews
#af4572 text on a black background
contrast 3.92:1
Card sample
#af4572 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4572;
Background color
Panel with #af4572 background
background-color: #af4572;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4572;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 69, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 69, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4572; background: linear-gradient(135deg, #af4572, #AF5F45);