#af95b8
a light, soft violet · warm · closest name: plum
RGB
175, 149, 184
HSL
285°, 20%, 65%
CMYK
5, 19, 0, 28
Luminance
0.3407
Every format
| HEX | #af95b8 |
| RGB | rgb(175, 149, 184) |
| HSL | hsl(285, 20%, 65%) |
| CMYK | cmyk(5%, 19%, 0%, 28%) |
| LAB | lab(65.0 16.1 -14.6) |
| LCH | lch(65.0 21.7 317.9) |
| OKLCH | oklch(0.705 0.058 317.4) |
Copy-ready code
/* CSS */
color: #af95b8;
background-color: #af95b8;
/* Tailwind (arbitrary) */
class="text-[#af95b8] bg-[#af95b8]"
/* SCSS */
$brand: #af95b8;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.722)
/* Android */
Color.parseColor("#af95b8")Accessibility — WCAG contrast
Aa
#af95b8 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95b8 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue72.2%
CMYK percentages
Cyan4.9%
Magenta19.0%
Yellow0.0%
Key (black)27.8%
Color previews
#af95b8 text on a black background
contrast 7.81:1
Card sample
#af95b8 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95b8;
Background color
Panel with #af95b8 background
background-color: #af95b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95b8; background: linear-gradient(135deg, #af95b8, #B895AA);