#af5fad
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 95, 173
HSL
302°, 33%, 53%
CMYK
0, 46, 1, 31
Luminance
0.2032
Every format
| HEX | #af5fad |
| RGB | rgb(175, 95, 173) |
| HSL | hsl(302, 33%, 53%) |
| CMYK | cmyk(0%, 46%, 1%, 31%) |
| LAB | lab(52.2 43.9 -27.9) |
| LCH | lch(52.2 52.0 327.6) |
| OKLCH | oklch(0.606 0.144 328.1) |
Copy-ready code
/* CSS */
color: #af5fad;
background-color: #af5fad;
/* Tailwind (arbitrary) */
class="text-[#af5fad] bg-[#af5fad]"
/* SCSS */
$brand: #af5fad;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.678)
/* Android */
Color.parseColor("#af5fad")Accessibility — WCAG contrast
Aa
#af5fad on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fad on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow1.1%
Key (black)31.4%
Color previews
#af5fad text on a black background
contrast 5.06:1
Card sample
#af5fad text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fad;
Background color
Panel with #af5fad background
background-color: #af5fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fad; background: linear-gradient(135deg, #af5fad, #AF5F78);