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