#af8cb8
a balanced, soft violet · warm · closest name: plum
RGB
175, 140, 184
HSL
288°, 24%, 64%
CMYK
5, 24, 0, 28
Luminance
0.3133
Every format
| HEX | #af8cb8 |
| RGB | rgb(175, 140, 184) |
| HSL | hsl(288, 24%, 64%) |
| CMYK | cmyk(5%, 24%, 0%, 28%) |
| LAB | lab(62.8 21.2 -17.9) |
| LCH | lch(62.8 27.8 319.7) |
| OKLCH | oklch(0.687 0.074 319.3) |
Copy-ready code
/* CSS */
color: #af8cb8;
background-color: #af8cb8;
/* Tailwind (arbitrary) */
class="text-[#af8cb8] bg-[#af8cb8]"
/* SCSS */
$brand: #af8cb8;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.722)
/* Android */
Color.parseColor("#af8cb8")Accessibility — WCAG contrast
Aa
#af8cb8 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cb8 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue72.2%
CMYK percentages
Cyan4.9%
Magenta23.9%
Yellow0.0%
Key (black)27.8%
Color previews
#af8cb8 text on a black background
contrast 7.27:1
Card sample
#af8cb8 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cb8;
Background color
Panel with #af8cb8 background
background-color: #af8cb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cb8; background: linear-gradient(135deg, #af8cb8, #B88CA4);