#af447b
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 68, 123
HSL
329°, 44%, 48%
CMYK
0, 61, 30, 31
Luminance
0.1468
Every format
| HEX | #af447b |
| RGB | rgb(175, 68, 123) |
| HSL | hsl(329, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 30%, 31%) |
| LAB | lab(45.2 49.3 -8.8) |
| LCH | lch(45.2 50.0 349.8) |
| OKLCH | oklch(0.547 0.151 351.3) |
Copy-ready code
/* CSS */
color: #af447b;
background-color: #af447b;
/* Tailwind (arbitrary) */
class="text-[#af447b] bg-[#af447b]"
/* SCSS */
$brand: #af447b;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.482)
/* Android */
Color.parseColor("#af447b")Accessibility — WCAG contrast
Aa
#af447b on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af447b on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow29.7%
Key (black)31.4%
Color previews
#af447b text on a black background
contrast 3.94:1
Card sample
#af447b text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af447b;
Background color
Panel with #af447b background
background-color: #af447b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af447b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af447b; background: linear-gradient(135deg, #af447b, #AF5444);