#af9eb5
a light, muted violet · warm · closest name: silver
RGB
175, 158, 181
HSL
284°, 14%, 67%
CMYK
3, 13, 0, 29
Luminance
0.3690
Every format
| HEX | #af9eb5 |
| RGB | rgb(175, 158, 181) |
| HSL | hsl(284, 14%, 67%) |
| CMYK | cmyk(3%, 13%, 0%, 29%) |
| LAB | lab(67.2 10.5 -9.6) |
| LCH | lch(67.2 14.2 317.5) |
| OKLCH | oklch(0.721 0.038 317.3) |
Copy-ready code
/* CSS */
color: #af9eb5;
background-color: #af9eb5;
/* Tailwind (arbitrary) */
class="text-[#af9eb5] bg-[#af9eb5]"
/* SCSS */
$brand: #af9eb5;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.710)
/* Android */
Color.parseColor("#af9eb5")Accessibility — WCAG contrast
Aa
#af9eb5 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9eb5 on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue71.0%
CMYK percentages
Cyan3.3%
Magenta12.7%
Yellow0.0%
Key (black)29.0%
Color previews
#af9eb5 text on a black background
contrast 8.38:1
Card sample
#af9eb5 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9eb5;
Background color
Panel with #af9eb5 background
background-color: #af9eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9eb5; background: linear-gradient(135deg, #af9eb5, #B59EAC);