#af7bc2
a balanced, soft violet · warm · closest name: plum
RGB
175, 123, 194
HSL
284°, 37%, 62%
CMYK
10, 37, 0, 24
Luminance
0.2717
Every format
| HEX | #af7bc2 |
| RGB | rgb(175, 123, 194) |
| HSL | hsl(284, 37%, 62%) |
| CMYK | cmyk(10%, 37%, 0%, 24%) |
| LAB | lab(59.1 32.8 -29.2) |
| LCH | lch(59.1 43.9 318.3) |
| OKLCH | oklch(0.661 0.117 316.7) |
Copy-ready code
/* CSS */
color: #af7bc2;
background-color: #af7bc2;
/* Tailwind (arbitrary) */
class="text-[#af7bc2] bg-[#af7bc2]"
/* SCSS */
$brand: #af7bc2;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.761)
/* Android */
Color.parseColor("#af7bc2")Accessibility — WCAG contrast
Aa
#af7bc2 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7bc2 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta36.6%
Yellow0.0%
Key (black)23.9%
Color previews
#af7bc2 text on a black background
contrast 6.43:1
Card sample
#af7bc2 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7bc2;
Background color
Panel with #af7bc2 background
background-color: #af7bc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7bc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7bc2; background: linear-gradient(135deg, #af7bc2, #C27BA6);