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