#af469a
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 70, 154
HSL
312°, 43%, 48%
CMYK
0, 60, 12, 31
Luminance
0.1583
Every format
| HEX | #af469a |
| RGB | rgb(175, 70, 154) |
| HSL | hsl(312, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 12%, 31%) |
| LAB | lab(46.8 52.9 -25.1) |
| LCH | lch(46.8 58.5 334.6) |
| OKLCH | oklch(0.563 0.169 336.1) |
Copy-ready code
/* CSS */
color: #af469a;
background-color: #af469a;
/* Tailwind (arbitrary) */
class="text-[#af469a] bg-[#af469a]"
/* SCSS */
$brand: #af469a;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.604)
/* Android */
Color.parseColor("#af469a")Accessibility — WCAG contrast
Aa
#af469a on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af469a on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow12.0%
Key (black)31.4%
Color previews
#af469a text on a black background
contrast 4.17:1
Card sample
#af469a text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af469a;
Background color
Panel with #af469a background
background-color: #af469a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af469a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af469a; background: linear-gradient(135deg, #af469a, #AF4654);