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