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