#af98b0
a balanced, muted magenta / pink · warm · closest name: gray
RGB
175, 152, 176
HSL
298°, 13%, 64%
CMYK
1, 14, 0, 31
Luminance
0.3471
Every format
| HEX | #af98b0 |
| RGB | rgb(175, 152, 176) |
| HSL | hsl(298, 13%, 64%) |
| CMYK | cmyk(1%, 14%, 0%, 31%) |
| LAB | lab(65.5 12.9 -9.3) |
| LCH | lch(65.5 15.9 324.0) |
| OKLCH | oklch(0.708 0.043 324.7) |
Copy-ready code
/* CSS */
color: #af98b0;
background-color: #af98b0;
/* Tailwind (arbitrary) */
class="text-[#af98b0] bg-[#af98b0]"
/* SCSS */
$brand: #af98b0;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.690)
/* Android */
Color.parseColor("#af98b0")Accessibility — WCAG contrast
Aa
#af98b0 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98b0 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta13.6%
Yellow0.0%
Key (black)31.0%
Color previews
#af98b0 text on a black background
contrast 7.94:1
Card sample
#af98b0 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98b0;
Background color
Panel with #af98b0 background
background-color: #af98b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98b0; background: linear-gradient(135deg, #af98b0, #B098A1);