#af769c
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 118, 156
HSL
320°, 26%, 58%
CMYK
0, 33, 11, 31
Luminance
0.2447
Every format
| HEX | #af769c |
| RGB | rgb(175, 118, 156) |
| HSL | hsl(320, 26%, 58%) |
| CMYK | cmyk(0%, 33%, 11%, 31%) |
| LAB | lab(56.6 28.3 -11.4) |
| LCH | lch(56.6 30.5 338.1) |
| OKLCH | oklch(0.637 0.087 339.8) |
Copy-ready code
/* CSS */
color: #af769c;
background-color: #af769c;
/* Tailwind (arbitrary) */
class="text-[#af769c] bg-[#af769c]"
/* SCSS */
$brand: #af769c;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.612)
/* Android */
Color.parseColor("#af769c")Accessibility — WCAG contrast
Aa
#af769c on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af769c on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow10.9%
Key (black)31.4%
Color previews
#af769c text on a black background
contrast 5.89:1
Card sample
#af769c text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af769c;
Background color
Panel with #af769c background
background-color: #af769c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af769c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af769c; background: linear-gradient(135deg, #af769c, #AF7676);