#af62af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 98, 175
HSL
300°, 33%, 54%
CMYK
0, 44, 0, 31
Luminance
0.2094
Every format
| HEX | #af62af |
| RGB | rgb(175, 98, 175) |
| HSL | hsl(300, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 0%, 31%) |
| LAB | lab(52.9 42.7 -28.0) |
| LCH | lch(52.9 51.0 326.7) |
| OKLCH | oklch(0.611 0.141 327.1) |
Copy-ready code
/* CSS */
color: #af62af;
background-color: #af62af;
/* Tailwind (arbitrary) */
class="text-[#af62af] bg-[#af62af]"
/* SCSS */
$brand: #af62af;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.686)
/* Android */
Color.parseColor("#af62af")Accessibility — WCAG contrast
Aa
#af62af on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62af on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow0.0%
Key (black)31.4%
Color previews
#af62af text on a black background
contrast 5.19:1
Card sample
#af62af text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62af;
Background color
Panel with #af62af background
background-color: #af62af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62af; background: linear-gradient(135deg, #af62af, #AF627C);