#af8eb6
a balanced, soft violet · warm · closest name: plum
RGB
175, 142, 182
HSL
290°, 22%, 64%
CMYK
4, 22, 0, 29
Luminance
0.3184
Every format
| HEX | #af8eb6 |
| RGB | rgb(175, 142, 182) |
| HSL | hsl(290, 22%, 64%) |
| CMYK | cmyk(4%, 22%, 0%, 29%) |
| LAB | lab(63.2 19.7 -16.2) |
| LCH | lch(63.2 25.5 320.5) |
| OKLCH | oklch(0.691 0.069 320.4) |
Copy-ready code
/* CSS */
color: #af8eb6;
background-color: #af8eb6;
/* Tailwind (arbitrary) */
class="text-[#af8eb6] bg-[#af8eb6]"
/* SCSS */
$brand: #af8eb6;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.714)
/* Android */
Color.parseColor("#af8eb6")Accessibility — WCAG contrast
Aa
#af8eb6 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8eb6 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta22.0%
Yellow0.0%
Key (black)28.6%
Color previews
#af8eb6 text on a black background
contrast 7.37:1
Card sample
#af8eb6 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8eb6;
Background color
Panel with #af8eb6 background
background-color: #af8eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8eb6; background: linear-gradient(135deg, #af8eb6, #B68EA2);