#af9ad2
a light, soft violet · warm · closest name: plum
RGB
175, 154, 210
HSL
263°, 38%, 71%
CMYK
17, 27, 0, 18
Luminance
0.3688
Every format
| HEX | #af9ad2 |
| RGB | rgb(175, 154, 210) |
| HSL | hsl(263, 38%, 71%) |
| CMYK | cmyk(17%, 27%, 0%, 18%) |
| LAB | lab(67.2 18.8 -25.8) |
| LCH | lch(67.2 31.9 306.1) |
| OKLCH | oklch(0.724 0.083 301.5) |
Copy-ready code
/* CSS */
color: #af9ad2;
background-color: #af9ad2;
/* Tailwind (arbitrary) */
class="text-[#af9ad2] bg-[#af9ad2]"
/* SCSS */
$brand: #af9ad2;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.824)
/* Android */
Color.parseColor("#af9ad2")Accessibility — WCAG contrast
Aa
#af9ad2 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ad2 on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta26.7%
Yellow0.0%
Key (black)17.6%
Color previews
#af9ad2 text on a black background
contrast 8.38:1
Card sample
#af9ad2 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ad2;
Background color
Panel with #af9ad2 background
background-color: #af9ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ad2; background: linear-gradient(135deg, #af9ad2, #D29AD0);