#af8eac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 142, 172
HSL
306°, 17%, 62%
CMYK
0, 19, 2, 31
Luminance
0.3144
Every format
| HEX | #af8eac |
| RGB | rgb(175, 142, 172) |
| HSL | hsl(306, 17%, 62%) |
| CMYK | cmyk(0%, 19%, 2%, 31%) |
| LAB | lab(62.9 17.7 -11.0) |
| LCH | lch(62.9 20.9 328.1) |
| OKLCH | oklch(0.687 0.058 329.2) |
Copy-ready code
/* CSS */
color: #af8eac;
background-color: #af8eac;
/* Tailwind (arbitrary) */
class="text-[#af8eac] bg-[#af8eac]"
/* SCSS */
$brand: #af8eac;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.675)
/* Android */
Color.parseColor("#af8eac")Accessibility — WCAG contrast
Aa
#af8eac on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8eac on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow1.7%
Key (black)31.4%
Color previews
#af8eac text on a black background
contrast 7.29:1
Card sample
#af8eac text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8eac;
Background color
Panel with #af8eac background
background-color: #af8eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8eac; background: linear-gradient(135deg, #af8eac, #AF8E96);