#af657b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 101, 123
HSL
342°, 32%, 54%
CMYK
0, 42, 30, 31
Luminance
0.1985
Every format
| HEX | #af657b |
| RGB | rgb(175, 101, 123) |
| HSL | hsl(342, 32%, 54%) |
| CMYK | cmyk(0%, 42%, 30%, 31%) |
| LAB | lab(51.7 32.5 0.8) |
| LCH | lch(51.7 32.5 1.3) |
| OKLCH | oklch(0.596 0.098 1.4) |
Copy-ready code
/* CSS */
color: #af657b;
background-color: #af657b;
/* Tailwind (arbitrary) */
class="text-[#af657b] bg-[#af657b]"
/* SCSS */
$brand: #af657b;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.482)
/* Android */
Color.parseColor("#af657b")Accessibility — WCAG contrast
Aa
#af657b on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af657b on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow29.7%
Key (black)31.4%
Color previews
#af657b text on a black background
contrast 4.97:1
Card sample
#af657b text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af657b;
Background color
Panel with #af657b background
background-color: #af657b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af657b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af657b; background: linear-gradient(135deg, #af657b, #AF8065);