#af9eb9
a light, soft violet · warm · closest name: silver
RGB
175, 158, 185
HSL
278°, 16%, 67%
CMYK
5, 15, 0, 28
Luminance
0.3707
Every format
| HEX | #af9eb9 |
| RGB | rgb(175, 158, 185) |
| HSL | hsl(278, 16%, 67%) |
| CMYK | cmyk(5%, 15%, 0%, 28%) |
| LAB | lab(67.3 11.3 -11.7) |
| LCH | lch(67.3 16.2 314.1) |
| OKLCH | oklch(0.723 0.043 313.1) |
Copy-ready code
/* CSS */
color: #af9eb9;
background-color: #af9eb9;
/* Tailwind (arbitrary) */
class="text-[#af9eb9] bg-[#af9eb9]"
/* SCSS */
$brand: #af9eb9;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.725)
/* Android */
Color.parseColor("#af9eb9")Accessibility — WCAG contrast
Aa
#af9eb9 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9eb9 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta14.6%
Yellow0.0%
Key (black)27.5%
Color previews
#af9eb9 text on a black background
contrast 8.41:1
Card sample
#af9eb9 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9eb9;
Background color
Panel with #af9eb9 background
background-color: #af9eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9eb9; background: linear-gradient(135deg, #af9eb9, #B99EB1);