#af98d3
a light, soft violet · warm · closest name: plum
RGB
175, 152, 211
HSL
263°, 40%, 71%
CMYK
17, 28, 0, 17
Luminance
0.3627
Every format
| HEX | #af98d3 |
| RGB | rgb(175, 152, 211) |
| HSL | hsl(263, 40%, 71%) |
| CMYK | cmyk(17%, 28%, 0%, 17%) |
| LAB | lab(66.7 20.2 -27.0) |
| LCH | lch(66.7 33.7 306.7) |
| OKLCH | oklch(0.721 0.088 302.1) |
Copy-ready code
/* CSS */
color: #af98d3;
background-color: #af98d3;
/* Tailwind (arbitrary) */
class="text-[#af98d3] bg-[#af98d3]"
/* SCSS */
$brand: #af98d3;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.827)
/* Android */
Color.parseColor("#af98d3")Accessibility — WCAG contrast
Aa
#af98d3 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98d3 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta28.0%
Yellow0.0%
Key (black)17.3%
Color previews
#af98d3 text on a black background
contrast 8.25:1
Card sample
#af98d3 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98d3;
Background color
Panel with #af98d3 background
background-color: #af98d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98d3; background: linear-gradient(135deg, #af98d3, #D398D0);