#af447e
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 68, 126
HSL
328°, 44%, 48%
CMYK
0, 61, 28, 31
Luminance
0.1475
Every format
| HEX | #af447e |
| RGB | rgb(175, 68, 126) |
| HSL | hsl(328, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 28%, 31%) |
| LAB | lab(45.3 49.7 -10.5) |
| LCH | lch(45.3 50.8 348.1) |
| OKLCH | oklch(0.548 0.153 349.7) |
Copy-ready code
/* CSS */
color: #af447e;
background-color: #af447e;
/* Tailwind (arbitrary) */
class="text-[#af447e] bg-[#af447e]"
/* SCSS */
$brand: #af447e;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.494)
/* Android */
Color.parseColor("#af447e")Accessibility — WCAG contrast
Aa
#af447e on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af447e on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow28.0%
Key (black)31.4%
Color previews
#af447e text on a black background
contrast 3.95:1
Card sample
#af447e text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af447e;
Background color
Panel with #af447e background
background-color: #af447e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af447e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af447e; background: linear-gradient(135deg, #af447e, #AF5144);