#af8cdf
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 223
HSL
265°, 57%, 71%
CMYK
22, 37, 0, 13
Luminance
0.3320
Every format
| HEX | #af8cdf |
| RGB | rgb(175, 140, 223) |
| HSL | hsl(265, 57%, 71%) |
| CMYK | cmyk(22%, 37%, 0%, 13%) |
| LAB | lab(64.3 29.6 -37.4) |
| LCH | lch(64.3 47.7 308.4) |
| OKLCH | oklch(0.704 0.123 302.8) |
Copy-ready code
/* CSS */
color: #af8cdf;
background-color: #af8cdf;
/* Tailwind (arbitrary) */
class="text-[#af8cdf] bg-[#af8cdf]"
/* SCSS */
$brand: #af8cdf;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#af8cdf")Accessibility — WCAG contrast
Aa
#af8cdf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cdf on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#af8cdf text on a black background
contrast 7.64:1
Card sample
#af8cdf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cdf;
Background color
Panel with #af8cdf background
background-color: #af8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cdf; background: linear-gradient(135deg, #af8cdf, #DF8CD8);