#af9fc6
a light, soft violet · warm · closest name: plum
RGB
175, 159, 198
HSL
265°, 26%, 70%
CMYK
12, 20, 0, 22
Luminance
0.3799
Every format
| HEX | #af9fc6 |
| RGB | rgb(175, 159, 198) |
| HSL | hsl(265, 26%, 70%) |
| CMYK | cmyk(12%, 20%, 0%, 22%) |
| LAB | lab(68.0 13.4 -17.9) |
| LCH | lch(68.0 22.3 306.9) |
| OKLCH | oklch(0.729 0.058 303.7) |
Copy-ready code
/* CSS */
color: #af9fc6;
background-color: #af9fc6;
/* Tailwind (arbitrary) */
class="text-[#af9fc6] bg-[#af9fc6]"
/* SCSS */
$brand: #af9fc6;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.776)
/* Android */
Color.parseColor("#af9fc6")Accessibility — WCAG contrast
Aa
#af9fc6 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fc6 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta19.7%
Yellow0.0%
Key (black)22.4%
Color previews
#af9fc6 text on a black background
contrast 8.60:1
Card sample
#af9fc6 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fc6;
Background color
Panel with #af9fc6 background
background-color: #af9fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fc6; background: linear-gradient(135deg, #af9fc6, #C69FC3);