#af60a6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 96, 166
HSL
307°, 33%, 53%
CMYK
0, 45, 5, 31
Luminance
0.2023
Every format
| HEX | #af60a6 |
| RGB | rgb(175, 96, 166) |
| HSL | hsl(307, 33%, 53%) |
| CMYK | cmyk(0%, 45%, 5%, 31%) |
| LAB | lab(52.1 42.1 -24.0) |
| LCH | lch(52.1 48.4 330.3) |
| OKLCH | oklch(0.604 0.136 331.4) |
Copy-ready code
/* CSS */
color: #af60a6;
background-color: #af60a6;
/* Tailwind (arbitrary) */
class="text-[#af60a6] bg-[#af60a6]"
/* SCSS */
$brand: #af60a6;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.651)
/* Android */
Color.parseColor("#af60a6")Accessibility — WCAG contrast
Aa
#af60a6 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af60a6 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow5.1%
Key (black)31.4%
Color previews
#af60a6 text on a black background
contrast 5.05:1
Card sample
#af60a6 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af60a6;
Background color
Panel with #af60a6 background
background-color: #af60a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af60a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af60a6; background: linear-gradient(135deg, #af60a6, #AF6071);