#af98c3
a light, soft violet · warm · closest name: plum
RGB
175, 152, 195
HSL
272°, 26%, 68%
CMYK
10, 22, 0, 24
Luminance
0.3551
Every format
| HEX | #af98c3 |
| RGB | rgb(175, 152, 195) |
| HSL | hsl(272, 26%, 68%) |
| CMYK | cmyk(10%, 22%, 0%, 24%) |
| LAB | lab(66.1 16.7 -19.0) |
| LCH | lch(66.1 25.3 311.3) |
| OKLCH | oklch(0.715 0.066 308.9) |
Copy-ready code
/* CSS */
color: #af98c3;
background-color: #af98c3;
/* Tailwind (arbitrary) */
class="text-[#af98c3] bg-[#af98c3]"
/* SCSS */
$brand: #af98c3;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.765)
/* Android */
Color.parseColor("#af98c3")Accessibility — WCAG contrast
Aa
#af98c3 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98c3 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta22.1%
Yellow0.0%
Key (black)23.5%
Color previews
#af98c3 text on a black background
contrast 8.10:1
Card sample
#af98c3 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98c3;
Background color
Panel with #af98c3 background
background-color: #af98c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98c3; background: linear-gradient(135deg, #af98c3, #C398BA);