#af6195
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 97, 149
HSL
320°, 33%, 53%
CMYK
0, 45, 15, 31
Luminance
0.1983
Every format
| HEX | #af6195 |
| RGB | rgb(175, 97, 149) |
| HSL | hsl(320, 33%, 53%) |
| CMYK | cmyk(0%, 45%, 15%, 31%) |
| LAB | lab(51.6 38.6 -14.7) |
| LCH | lch(51.6 41.3 339.2) |
| OKLCH | oklch(0.599 0.120 341.0) |
Copy-ready code
/* CSS */
color: #af6195;
background-color: #af6195;
/* Tailwind (arbitrary) */
class="text-[#af6195] bg-[#af6195]"
/* SCSS */
$brand: #af6195;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.584)
/* Android */
Color.parseColor("#af6195")Accessibility — WCAG contrast
Aa
#af6195 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6195 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow14.9%
Key (black)31.4%
Color previews
#af6195 text on a black background
contrast 4.97:1
Card sample
#af6195 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6195;
Background color
Panel with #af6195 background
background-color: #af6195;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6195;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6195; background: linear-gradient(135deg, #af6195, #AF6161);