#af7eaf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 126, 175
HSL
300°, 23%, 59%
CMYK
0, 28, 0, 31
Luminance
0.2713
Every format
| HEX | #af7eaf |
| RGB | rgb(175, 126, 175) |
| HSL | hsl(300, 23%, 59%) |
| CMYK | cmyk(0%, 28%, 0%, 31%) |
| LAB | lab(59.1 27.3 -18.4) |
| LCH | lch(59.1 32.9 325.9) |
| OKLCH | oklch(0.658 0.090 326.5) |
Copy-ready code
/* CSS */
color: #af7eaf;
background-color: #af7eaf;
/* Tailwind (arbitrary) */
class="text-[#af7eaf] bg-[#af7eaf]"
/* SCSS */
$brand: #af7eaf;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.686)
/* Android */
Color.parseColor("#af7eaf")Accessibility — WCAG contrast
Aa
#af7eaf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7eaf on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow0.0%
Key (black)31.4%
Color previews
#af7eaf text on a black background
contrast 6.43:1
Card sample
#af7eaf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eaf;
Background color
Panel with #af7eaf background
background-color: #af7eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eaf; background: linear-gradient(135deg, #af7eaf, #AF7E8E);