#af9fc2
a light, soft violet · warm · closest name: plum
RGB
175, 159, 194
HSL
267°, 22%, 69%
CMYK
10, 18, 0, 24
Luminance
0.3781
Every format
| HEX | #af9fc2 |
| RGB | rgb(175, 159, 194) |
| HSL | hsl(267, 22%, 69%) |
| CMYK | cmyk(10%, 18%, 0%, 24%) |
| LAB | lab(67.9 12.6 -15.8) |
| LCH | lch(67.9 20.2 308.4) |
| OKLCH | oklch(0.728 0.053 305.8) |
Copy-ready code
/* CSS */
color: #af9fc2;
background-color: #af9fc2;
/* Tailwind (arbitrary) */
class="text-[#af9fc2] bg-[#af9fc2]"
/* SCSS */
$brand: #af9fc2;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#af9fc2")Accessibility — WCAG contrast
Aa
#af9fc2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fc2 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta18.0%
Yellow0.0%
Key (black)23.9%
Color previews
#af9fc2 text on a black background
contrast 8.56:1
Card sample
#af9fc2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fc2;
Background color
Panel with #af9fc2 background
background-color: #af9fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fc2; background: linear-gradient(135deg, #af9fc2, #C29FBE);