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