#af7fcf
a light, vivid violet · warm · closest name: plum
RGB
175, 127, 207
HSL
276°, 46%, 66%
CMYK
16, 39, 0, 19
Luminance
0.2880
Every format
| HEX | #af7fcf |
| RGB | rgb(175, 127, 207) |
| HSL | hsl(276, 46%, 66%) |
| CMYK | cmyk(16%, 39%, 0%, 19%) |
| LAB | lab(60.6 33.3 -34.3) |
| LCH | lch(60.6 47.8 314.2) |
| OKLCH | oklch(0.674 0.125 310.9) |
Copy-ready code
/* CSS */
color: #af7fcf;
background-color: #af7fcf;
/* Tailwind (arbitrary) */
class="text-[#af7fcf] bg-[#af7fcf]"
/* SCSS */
$brand: #af7fcf;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#af7fcf")Accessibility — WCAG contrast
Aa
#af7fcf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7fcf on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta38.6%
Yellow0.0%
Key (black)18.8%
Color previews
#af7fcf text on a black background
contrast 6.76:1
Card sample
#af7fcf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fcf;
Background color
Panel with #af7fcf background
background-color: #af7fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fcf; background: linear-gradient(135deg, #af7fcf, #CF7FBA);