#af61a2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 97, 162
HSL
310°, 33%, 53%
CMYK
0, 45, 7, 31
Luminance
0.2027
Every format
| HEX | #af61a2 |
| RGB | rgb(175, 97, 162) |
| HSL | hsl(310, 33%, 53%) |
| CMYK | cmyk(0%, 45%, 7%, 31%) |
| LAB | lab(52.1 40.8 -21.6) |
| LCH | lch(52.1 46.2 332.2) |
| OKLCH | oklch(0.604 0.131 333.5) |
Copy-ready code
/* CSS */
color: #af61a2;
background-color: #af61a2;
/* Tailwind (arbitrary) */
class="text-[#af61a2] bg-[#af61a2]"
/* SCSS */
$brand: #af61a2;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.635)
/* Android */
Color.parseColor("#af61a2")Accessibility — WCAG contrast
Aa
#af61a2 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af61a2 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow7.4%
Key (black)31.4%
Color previews
#af61a2 text on a black background
contrast 5.05:1
Card sample
#af61a2 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af61a2;
Background color
Panel with #af61a2 background
background-color: #af61a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af61a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af61a2; background: linear-gradient(135deg, #af61a2, #AF616E);