#af7fca
a balanced, soft violet · warm · closest name: plum
RGB
175, 127, 202
HSL
278°, 41%, 65%
CMYK
13, 37, 0, 21
Luminance
0.2856
Every format
| HEX | #af7fca |
| RGB | rgb(175, 127, 202) |
| HSL | hsl(278, 41%, 65%) |
| CMYK | cmyk(13%, 37%, 0%, 21%) |
| LAB | lab(60.4 32.3 -31.8) |
| LCH | lch(60.4 45.3 315.4) |
| OKLCH | oklch(0.671 0.119 312.8) |
Copy-ready code
/* CSS */
color: #af7fca;
background-color: #af7fca;
/* Tailwind (arbitrary) */
class="text-[#af7fca] bg-[#af7fca]"
/* SCSS */
$brand: #af7fca;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.792)
/* Android */
Color.parseColor("#af7fca")Accessibility — WCAG contrast
Aa
#af7fca on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7fca on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta37.1%
Yellow0.0%
Key (black)20.8%
Color previews
#af7fca text on a black background
contrast 6.71:1
Card sample
#af7fca text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fca;
Background color
Panel with #af7fca background
background-color: #af7fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fca; background: linear-gradient(135deg, #af7fca, #CA7FB3);