#af889b
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 136, 155
HSL
331°, 20%, 61%
CMYK
0, 22, 11, 31
Luminance
0.2909
Every format
| HEX | #af889b |
| RGB | rgb(175, 136, 155) |
| HSL | hsl(331, 20%, 61%) |
| CMYK | cmyk(0%, 22%, 11%, 31%) |
| LAB | lab(60.9 18.0 -4.4) |
| LCH | lch(60.9 18.5 346.3) |
| OKLCH | oklch(0.669 0.054 347.8) |
Copy-ready code
/* CSS */
color: #af889b;
background-color: #af889b;
/* Tailwind (arbitrary) */
class="text-[#af889b] bg-[#af889b]"
/* SCSS */
$brand: #af889b;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.608)
/* Android */
Color.parseColor("#af889b")Accessibility — WCAG contrast
Aa
#af889b on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af889b on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow11.4%
Key (black)31.4%
Color previews
#af889b text on a black background
contrast 6.82:1
Card sample
#af889b text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af889b;
Background color
Panel with #af889b background
background-color: #af889b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af889b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af889b; background: linear-gradient(135deg, #af889b, #AF8F88);