#af9ac7
a light, soft violet · warm · closest name: plum
RGB
175, 154, 199
HSL
268°, 29%, 69%
CMYK
12, 23, 0, 22
Luminance
0.3635
Every format
| HEX | #af9ac7 |
| RGB | rgb(175, 154, 199) |
| HSL | hsl(268, 29%, 69%) |
| CMYK | cmyk(12%, 23%, 0%, 22%) |
| LAB | lab(66.8 16.4 -20.3) |
| LCH | lch(66.8 26.1 309.0) |
| OKLCH | oklch(0.720 0.068 305.9) |
Copy-ready code
/* CSS */
color: #af9ac7;
background-color: #af9ac7;
/* Tailwind (arbitrary) */
class="text-[#af9ac7] bg-[#af9ac7]"
/* SCSS */
$brand: #af9ac7;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.780)
/* Android */
Color.parseColor("#af9ac7")Accessibility — WCAG contrast
Aa
#af9ac7 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ac7 on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta22.6%
Yellow0.0%
Key (black)22.0%
Color previews
#af9ac7 text on a black background
contrast 8.27:1
Card sample
#af9ac7 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ac7;
Background color
Panel with #af9ac7 background
background-color: #af9ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ac7; background: linear-gradient(135deg, #af9ac7, #C79AC1);