#af7fc6
a balanced, soft violet · warm · closest name: plum
RGB
175, 127, 198
HSL
281°, 38%, 64%
CMYK
12, 36, 0, 22
Luminance
0.2837
Every format
| HEX | #af7fc6 |
| RGB | rgb(175, 127, 198) |
| HSL | hsl(281, 38%, 64%) |
| CMYK | cmyk(12%, 36%, 0%, 22%) |
| LAB | lab(60.2 31.4 -29.8) |
| LCH | lch(60.2 43.3 316.5) |
| OKLCH | oklch(0.670 0.115 314.4) |
Copy-ready code
/* CSS */
color: #af7fc6;
background-color: #af7fc6;
/* Tailwind (arbitrary) */
class="text-[#af7fc6] bg-[#af7fc6]"
/* SCSS */
$brand: #af7fc6;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.776)
/* Android */
Color.parseColor("#af7fc6")Accessibility — WCAG contrast
Aa
#af7fc6 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7fc6 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta35.9%
Yellow0.0%
Key (black)22.4%
Color previews
#af7fc6 text on a black background
contrast 6.67:1
Card sample
#af7fc6 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fc6;
Background color
Panel with #af7fc6 background
background-color: #af7fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fc6; background: linear-gradient(135deg, #af7fc6, #C67FAE);