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