#af95c6
a light, soft violet · warm · closest name: plum
RGB
175, 149, 198
HSL
272°, 30%, 68%
CMYK
12, 25, 0, 22
Luminance
0.3469
Every format
| HEX | #af95c6 |
| RGB | rgb(175, 149, 198) |
| HSL | hsl(272, 30%, 68%) |
| CMYK | cmyk(12%, 25%, 0%, 22%) |
| LAB | lab(65.5 19.0 -21.7) |
| LCH | lch(65.5 28.8 311.3) |
| OKLCH | oklch(0.710 0.076 308.6) |
Copy-ready code
/* CSS */
color: #af95c6;
background-color: #af95c6;
/* Tailwind (arbitrary) */
class="text-[#af95c6] bg-[#af95c6]"
/* SCSS */
$brand: #af95c6;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.776)
/* Android */
Color.parseColor("#af95c6")Accessibility — WCAG contrast
Aa
#af95c6 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95c6 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta24.7%
Yellow0.0%
Key (black)22.4%
Color previews
#af95c6 text on a black background
contrast 7.94:1
Card sample
#af95c6 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95c6;
Background color
Panel with #af95c6 background
background-color: #af95c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95c6; background: linear-gradient(135deg, #af95c6, #C695BC);