#af9fd9
a light, soft violet · warm · closest name: plum
RGB
175, 159, 217
HSL
257°, 43%, 74%
CMYK
19, 27, 0, 15
Luminance
0.3892
Every format
| HEX | #af9fd9 |
| RGB | rgb(175, 159, 217) |
| HSL | hsl(257, 43%, 74%) |
| CMYK | cmyk(19%, 27%, 0%, 15%) |
| LAB | lab(68.7 17.6 -27.3) |
| LCH | lch(68.7 32.5 302.8) |
| OKLCH | oklch(0.737 0.084 296.9) |
Copy-ready code
/* CSS */
color: #af9fd9;
background-color: #af9fd9;
/* Tailwind (arbitrary) */
class="text-[#af9fd9] bg-[#af9fd9]"
/* SCSS */
$brand: #af9fd9;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.851)
/* Android */
Color.parseColor("#af9fd9")Accessibility — WCAG contrast
Aa
#af9fd9 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fd9 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta26.7%
Yellow0.0%
Key (black)14.9%
Color previews
#af9fd9 text on a black background
contrast 8.78:1
Card sample
#af9fd9 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fd9;
Background color
Panel with #af9fd9 background
background-color: #af9fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fd9; background: linear-gradient(135deg, #af9fd9, #D69FD9);