#af7eb6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 126, 182
HSL
293°, 28%, 60%
CMYK
4, 31, 0, 29
Luminance
0.2741
Every format
| HEX | #af7eb6 |
| RGB | rgb(175, 126, 182) |
| HSL | hsl(293, 28%, 60%) |
| CMYK | cmyk(4%, 31%, 0%, 29%) |
| LAB | lab(59.4 28.7 -22.1) |
| LCH | lch(59.4 36.2 322.4) |
| OKLCH | oklch(0.661 0.098 322.3) |
Copy-ready code
/* CSS */
color: #af7eb6;
background-color: #af7eb6;
/* Tailwind (arbitrary) */
class="text-[#af7eb6] bg-[#af7eb6]"
/* SCSS */
$brand: #af7eb6;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#af7eb6")Accessibility — WCAG contrast
Aa
#af7eb6 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7eb6 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta30.8%
Yellow0.0%
Key (black)28.6%
Color previews
#af7eb6 text on a black background
contrast 6.48:1
Card sample
#af7eb6 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eb6;
Background color
Panel with #af7eb6 background
background-color: #af7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eb6; background: linear-gradient(135deg, #af7eb6, #B67E98);