#af6497
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 100, 151
HSL
319°, 32%, 54%
CMYK
0, 43, 14, 31
Luminance
0.2046
Every format
| HEX | #af6497 |
| RGB | rgb(175, 100, 151) |
| HSL | hsl(319, 32%, 54%) |
| CMYK | cmyk(0%, 43%, 14%, 31%) |
| LAB | lab(52.4 37.3 -14.8) |
| LCH | lch(52.4 40.2 338.4) |
| OKLCH | oklch(0.604 0.116 340.2) |
Copy-ready code
/* CSS */
color: #af6497;
background-color: #af6497;
/* Tailwind (arbitrary) */
class="text-[#af6497] bg-[#af6497]"
/* SCSS */
$brand: #af6497;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.592)
/* Android */
Color.parseColor("#af6497")Accessibility — WCAG contrast
Aa
#af6497 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6497 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow13.7%
Key (black)31.4%
Color previews
#af6497 text on a black background
contrast 5.09:1
Card sample
#af6497 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6497;
Background color
Panel with #af6497 background
background-color: #af6497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6497; background: linear-gradient(135deg, #af6497, #AF6465);