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