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