#af8ba8
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 139, 168
HSL
312°, 18%, 62%
CMYK
0, 21, 4, 31
Luminance
0.3041
Every format
| HEX | #af8ba8 |
| RGB | rgb(175, 139, 168) |
| HSL | hsl(312, 18%, 62%) |
| CMYK | cmyk(0%, 21%, 4%, 31%) |
| LAB | lab(62.0 18.6 -10.1) |
| LCH | lch(62.0 21.2 331.6) |
| OKLCH | oklch(0.680 0.059 333.0) |
Copy-ready code
/* CSS */
color: #af8ba8;
background-color: #af8ba8;
/* Tailwind (arbitrary) */
class="text-[#af8ba8] bg-[#af8ba8]"
/* SCSS */
$brand: #af8ba8;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.659)
/* Android */
Color.parseColor("#af8ba8")Accessibility — WCAG contrast
Aa
#af8ba8 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ba8 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow4.0%
Key (black)31.4%
Color previews
#af8ba8 text on a black background
contrast 7.08:1
Card sample
#af8ba8 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ba8;
Background color
Panel with #af8ba8 background
background-color: #af8ba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ba8; background: linear-gradient(135deg, #af8ba8, #AF8B90);