#af8abc
a balanced, soft violet · warm · closest name: plum
RGB
175, 138, 188
HSL
284°, 27%, 64%
CMYK
7, 27, 0, 26
Luminance
0.3092
Every format
| HEX | #af8abc |
| RGB | rgb(175, 138, 188) |
| HSL | hsl(284, 27%, 64%) |
| CMYK | cmyk(7%, 27%, 0%, 26%) |
| LAB | lab(62.4 23.1 -20.7) |
| LCH | lch(62.4 31.1 318.1) |
| OKLCH | oklch(0.685 0.083 317.2) |
Copy-ready code
/* CSS */
color: #af8abc;
background-color: #af8abc;
/* Tailwind (arbitrary) */
class="text-[#af8abc] bg-[#af8abc]"
/* SCSS */
$brand: #af8abc;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#af8abc")Accessibility — WCAG contrast
Aa
#af8abc on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8abc on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta26.6%
Yellow0.0%
Key (black)26.3%
Color previews
#af8abc text on a black background
contrast 7.18:1
Card sample
#af8abc text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8abc;
Background color
Panel with #af8abc background
background-color: #af8abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8abc; background: linear-gradient(135deg, #af8abc, #BC8AA8);