#af9fc7
a light, soft violet · warm · closest name: plum
RGB
175, 159, 199
HSL
264°, 26%, 70%
CMYK
12, 20, 0, 22
Luminance
0.3803
Every format
| HEX | #af9fc7 |
| RGB | rgb(175, 159, 199) |
| HSL | hsl(264, 26%, 70%) |
| CMYK | cmyk(12%, 20%, 0%, 22%) |
| LAB | lab(68.0 13.6 -18.4) |
| LCH | lch(68.0 22.9 306.6) |
| OKLCH | oklch(0.730 0.060 303.2) |
Copy-ready code
/* CSS */
color: #af9fc7;
background-color: #af9fc7;
/* Tailwind (arbitrary) */
class="text-[#af9fc7] bg-[#af9fc7]"
/* SCSS */
$brand: #af9fc7;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.780)
/* Android */
Color.parseColor("#af9fc7")Accessibility — WCAG contrast
Aa
#af9fc7 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fc7 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta20.1%
Yellow0.0%
Key (black)22.0%
Color previews
#af9fc7 text on a black background
contrast 8.61:1
Card sample
#af9fc7 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fc7;
Background color
Panel with #af9fc7 background
background-color: #af9fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fc7; background: linear-gradient(135deg, #af9fc7, #C79FC4);