#af8fce
a light, soft violet · warm · closest name: plum
RGB
175, 143, 206
HSL
271°, 39%, 68%
CMYK
15, 31, 0, 19
Luminance
0.3322
Every format
| HEX | #af8fce |
| RGB | rgb(175, 143, 206) |
| HSL | hsl(271, 39%, 68%) |
| CMYK | cmyk(15%, 31%, 0%, 19%) |
| LAB | lab(64.3 24.1 -27.9) |
| LCH | lch(64.3 36.9 310.8) |
| OKLCH | oklch(0.702 0.096 307.3) |
Copy-ready code
/* CSS */
color: #af8fce;
background-color: #af8fce;
/* Tailwind (arbitrary) */
class="text-[#af8fce] bg-[#af8fce]"
/* SCSS */
$brand: #af8fce;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.808)
/* Android */
Color.parseColor("#af8fce")Accessibility — WCAG contrast
Aa
#af8fce on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fce on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta30.6%
Yellow0.0%
Key (black)19.2%
Color previews
#af8fce text on a black background
contrast 7.64:1
Card sample
#af8fce text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fce;
Background color
Panel with #af8fce background
background-color: #af8fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fce; background: linear-gradient(135deg, #af8fce, #CE8FC3);