#af7acb
a balanced, soft violet · warm · closest name: plum
RGB
175, 122, 203
HSL
279°, 44%, 64%
CMYK
14, 40, 0, 20
Luminance
0.2734
Every format
| HEX | #af7acb |
| RGB | rgb(175, 122, 203) |
| HSL | hsl(279, 44%, 64%) |
| CMYK | cmyk(14%, 40%, 0%, 20%) |
| LAB | lab(59.3 35.3 -34.1) |
| LCH | lch(59.3 49.0 316.0) |
| OKLCH | oklch(0.663 0.129 313.3) |
Copy-ready code
/* CSS */
color: #af7acb;
background-color: #af7acb;
/* Tailwind (arbitrary) */
class="text-[#af7acb] bg-[#af7acb]"
/* SCSS */
$brand: #af7acb;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.796)
/* Android */
Color.parseColor("#af7acb")Accessibility — WCAG contrast
Aa
#af7acb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7acb on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta39.9%
Yellow0.0%
Key (black)20.4%
Color previews
#af7acb text on a black background
contrast 6.47:1
Card sample
#af7acb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7acb;
Background color
Panel with #af7acb background
background-color: #af7acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7acb; background: linear-gradient(135deg, #af7acb, #CB7AB1);