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