#af8fdf
a light, vivid violet · warm · closest name: plum
RGB
175, 143, 223
HSL
264°, 56%, 72%
CMYK
22, 36, 0, 13
Luminance
0.3409
Every format
| HEX | #af8fdf |
| RGB | rgb(175, 143, 223) |
| HSL | hsl(264, 56%, 72%) |
| CMYK | cmyk(22%, 36%, 0%, 13%) |
| LAB | lab(65.0 28.0 -36.3) |
| LCH | lch(65.0 45.8 307.6) |
| OKLCH | oklch(0.710 0.118 301.9) |
Copy-ready code
/* CSS */
color: #af8fdf;
background-color: #af8fdf;
/* Tailwind (arbitrary) */
class="text-[#af8fdf] bg-[#af8fdf]"
/* SCSS */
$brand: #af8fdf;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#af8fdf")Accessibility — WCAG contrast
Aa
#af8fdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fdf on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#af8fdf text on a black background
contrast 7.82:1
Card sample
#af8fdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fdf;
Background color
Panel with #af8fdf background
background-color: #af8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fdf; background: linear-gradient(135deg, #af8fdf, #DF8FDA);