#af448d
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 68, 141
HSL
319°, 44%, 48%
CMYK
0, 61, 19, 31
Luminance
0.1517
Every format
| HEX | #af448d |
| RGB | rgb(175, 68, 141) |
| HSL | hsl(319, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 19%, 31%) |
| LAB | lab(45.9 51.8 -18.7) |
| LCH | lch(45.9 55.0 340.1) |
| OKLCH | oklch(0.555 0.162 342.0) |
Copy-ready code
/* CSS */
color: #af448d;
background-color: #af448d;
/* Tailwind (arbitrary) */
class="text-[#af448d] bg-[#af448d]"
/* SCSS */
$brand: #af448d;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.553)
/* Android */
Color.parseColor("#af448d")Accessibility — WCAG contrast
Aa
#af448d on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af448d on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow19.4%
Key (black)31.4%
Color previews
#af448d text on a black background
contrast 4.03:1
Card sample
#af448d text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af448d;
Background color
Panel with #af448d background
background-color: #af448d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af448d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af448d; background: linear-gradient(135deg, #af448d, #AF4446);