#af9eb0
a light, muted magenta / pink · warm · closest name: silver
RGB
175, 158, 176
HSL
297°, 10%, 66%
CMYK
1, 10, 0, 31
Luminance
0.3670
Every format
| HEX | #af9eb0 |
| RGB | rgb(175, 158, 176) |
| HSL | hsl(297, 10%, 66%) |
| CMYK | cmyk(1%, 10%, 0%, 31%) |
| LAB | lab(67.0 9.5 -7.0) |
| LCH | lch(67.0 11.8 323.5) |
| OKLCH | oklch(0.720 0.032 324.2) |
Copy-ready code
/* CSS */
color: #af9eb0;
background-color: #af9eb0;
/* Tailwind (arbitrary) */
class="text-[#af9eb0] bg-[#af9eb0]"
/* SCSS */
$brand: #af9eb0;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#af9eb0")Accessibility — WCAG contrast
Aa
#af9eb0 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9eb0 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta10.2%
Yellow0.0%
Key (black)31.0%
Color previews
#af9eb0 text on a black background
contrast 8.34:1
Card sample
#af9eb0 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9eb0;
Background color
Panel with #af9eb0 background
background-color: #af9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9eb0; background: linear-gradient(135deg, #af9eb0, #B09EA5);