#af8cd7
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 215
HSL
268°, 48%, 70%
CMYK
19, 35, 0, 16
Luminance
0.3278
Every format
| HEX | #af8cd7 |
| RGB | rgb(175, 140, 215) |
| HSL | hsl(268, 48%, 70%) |
| CMYK | cmyk(19%, 35%, 0%, 16%) |
| LAB | lab(64.0 27.8 -33.5) |
| LCH | lch(64.0 43.5 309.7) |
| OKLCH | oklch(0.701 0.113 305.1) |
Copy-ready code
/* CSS */
color: #af8cd7;
background-color: #af8cd7;
/* Tailwind (arbitrary) */
class="text-[#af8cd7] bg-[#af8cd7]"
/* SCSS */
$brand: #af8cd7;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.843)
/* Android */
Color.parseColor("#af8cd7")Accessibility — WCAG contrast
Aa
#af8cd7 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cd7 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta34.9%
Yellow0.0%
Key (black)15.7%
Color previews
#af8cd7 text on a black background
contrast 7.56:1
Card sample
#af8cd7 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cd7;
Background color
Panel with #af8cd7 background
background-color: #af8cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cd7; background: linear-gradient(135deg, #af8cd7, #D78CCD);