#af469f
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 70, 159
HSL
309°, 43%, 48%
CMYK
0, 60, 9, 31
Luminance
0.1600
Every format
| HEX | #af469f |
| RGB | rgb(175, 70, 159) |
| HSL | hsl(309, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 9%, 31%) |
| LAB | lab(47.0 53.7 -27.8) |
| LCH | lch(47.0 60.4 332.6) |
| OKLCH | oklch(0.565 0.173 334.0) |
Copy-ready code
/* CSS */
color: #af469f;
background-color: #af469f;
/* Tailwind (arbitrary) */
class="text-[#af469f] bg-[#af469f]"
/* SCSS */
$brand: #af469f;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.624)
/* Android */
Color.parseColor("#af469f")Accessibility — WCAG contrast
Aa
#af469f on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af469f on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow9.1%
Key (black)31.4%
Color previews
#af469f text on a black background
contrast 4.20:1
Card sample
#af469f text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af469f;
Background color
Panel with #af469f background
background-color: #af469f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af469f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af469f; background: linear-gradient(135deg, #af469f, #AF4659);