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