#af8ac2
a light, soft violet · warm · closest name: plum
RGB
175, 138, 194
HSL
280°, 32%, 65%
CMYK
10, 29, 0, 24
Luminance
0.3119
Every format
| HEX | #af8ac2 |
| RGB | rgb(175, 138, 194) |
| HSL | hsl(280, 32%, 65%) |
| CMYK | cmyk(10%, 29%, 0%, 24%) |
| LAB | lab(62.7 24.4 -23.8) |
| LCH | lch(62.7 34.0 315.7) |
| OKLCH | oklch(0.688 0.090 313.9) |
Copy-ready code
/* CSS */
color: #af8ac2;
background-color: #af8ac2;
/* Tailwind (arbitrary) */
class="text-[#af8ac2] bg-[#af8ac2]"
/* SCSS */
$brand: #af8ac2;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.761)
/* Android */
Color.parseColor("#af8ac2")Accessibility — WCAG contrast
Aa
#af8ac2 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ac2 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta28.9%
Yellow0.0%
Key (black)23.9%
Color previews
#af8ac2 text on a black background
contrast 7.24:1
Card sample
#af8ac2 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ac2;
Background color
Panel with #af8ac2 background
background-color: #af8ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ac2; background: linear-gradient(135deg, #af8ac2, #C28AB0);