#af7fc0
a balanced, soft violet · warm · closest name: plum
RGB
175, 127, 192
HSL
284°, 34%, 63%
CMYK
9, 34, 0, 25
Luminance
0.2810
Every format
| HEX | #af7fc0 |
| RGB | rgb(175, 127, 192) |
| HSL | hsl(284, 34%, 63%) |
| CMYK | cmyk(9%, 34%, 0%, 25%) |
| LAB | lab(60.0 30.1 -26.8) |
| LCH | lch(60.0 40.3 318.4) |
| OKLCH | oklch(0.667 0.107 317.0) |
Copy-ready code
/* CSS */
color: #af7fc0;
background-color: #af7fc0;
/* Tailwind (arbitrary) */
class="text-[#af7fc0] bg-[#af7fc0]"
/* SCSS */
$brand: #af7fc0;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.753)
/* Android */
Color.parseColor("#af7fc0")Accessibility — WCAG contrast
Aa
#af7fc0 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7fc0 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta33.9%
Yellow0.0%
Key (black)24.7%
Color previews
#af7fc0 text on a black background
contrast 6.62:1
Card sample
#af7fc0 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fc0;
Background color
Panel with #af7fc0 background
background-color: #af7fc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fc0; background: linear-gradient(135deg, #af7fc0, #C07FA6);