#af8eb7
a balanced, soft violet · warm · closest name: plum
RGB
175, 142, 183
HSL
288°, 22%, 64%
CMYK
4, 22, 0, 28
Luminance
0.3188
Every format
| HEX | #af8eb7 |
| RGB | rgb(175, 142, 183) |
| HSL | hsl(288, 22%, 64%) |
| CMYK | cmyk(4%, 22%, 0%, 28%) |
| LAB | lab(63.2 19.9 -16.7) |
| LCH | lch(63.2 25.9 320.0) |
| OKLCH | oklch(0.691 0.070 319.6) |
Copy-ready code
/* CSS */
color: #af8eb7;
background-color: #af8eb7;
/* Tailwind (arbitrary) */
class="text-[#af8eb7] bg-[#af8eb7]"
/* SCSS */
$brand: #af8eb7;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.718)
/* Android */
Color.parseColor("#af8eb7")Accessibility — WCAG contrast
Aa
#af8eb7 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8eb7 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta22.4%
Yellow0.0%
Key (black)28.2%
Color previews
#af8eb7 text on a black background
contrast 7.38:1
Card sample
#af8eb7 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8eb7;
Background color
Panel with #af8eb7 background
background-color: #af8eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8eb7; background: linear-gradient(135deg, #af8eb7, #B78EA4);