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