#af9ac0
a light, soft violet · warm · closest name: plum
RGB
175, 154, 192
HSL
273°, 23%, 68%
CMYK
9, 20, 0, 25
Luminance
0.3603
Every format
| HEX | #af9ac0 |
| RGB | rgb(175, 154, 192) |
| HSL | hsl(273, 23%, 68%) |
| CMYK | cmyk(9%, 20%, 0%, 25%) |
| LAB | lab(66.5 14.9 -16.7) |
| LCH | lch(66.5 22.4 311.8) |
| OKLCH | oklch(0.717 0.059 309.8) |
Copy-ready code
/* CSS */
color: #af9ac0;
background-color: #af9ac0;
/* Tailwind (arbitrary) */
class="text-[#af9ac0] bg-[#af9ac0]"
/* SCSS */
$brand: #af9ac0;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.753)
/* Android */
Color.parseColor("#af9ac0")Accessibility — WCAG contrast
Aa
#af9ac0 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ac0 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta19.8%
Yellow0.0%
Key (black)24.7%
Color previews
#af9ac0 text on a black background
contrast 8.21:1
Card sample
#af9ac0 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ac0;
Background color
Panel with #af9ac0 background
background-color: #af9ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ac0; background: linear-gradient(135deg, #af9ac0, #C09AB8);