#af448f
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 68, 143
HSL
318°, 44%, 48%
CMYK
0, 61, 18, 31
Luminance
0.1523
Every format
| HEX | #af448f |
| RGB | rgb(175, 68, 143) |
| HSL | hsl(318, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 18%, 31%) |
| LAB | lab(46.0 52.1 -19.8) |
| LCH | lch(46.0 55.7 339.2) |
| OKLCH | oklch(0.555 0.164 341.1) |
Copy-ready code
/* CSS */
color: #af448f;
background-color: #af448f;
/* Tailwind (arbitrary) */
class="text-[#af448f] bg-[#af448f]"
/* SCSS */
$brand: #af448f;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.561)
/* Android */
Color.parseColor("#af448f")Accessibility — WCAG contrast
Aa
#af448f on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af448f on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow18.3%
Key (black)31.4%
Color previews
#af448f text on a black background
contrast 4.05:1
Card sample
#af448f text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af448f;
Background color
Panel with #af448f background
background-color: #af448f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af448f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af448f; background: linear-gradient(135deg, #af448f, #AF4448);