#af8ecc
a light, soft violet · warm · closest name: plum
RGB
175, 142, 204
HSL
272°, 38%, 68%
CMYK
14, 30, 0, 20
Luminance
0.3282
Every format
| HEX | #af8ecc |
| RGB | rgb(175, 142, 204) |
| HSL | hsl(272, 38%, 68%) |
| CMYK | cmyk(14%, 30%, 0%, 20%) |
| LAB | lab(64.0 24.3 -27.3) |
| LCH | lch(64.0 36.5 311.6) |
| OKLCH | oklch(0.699 0.096 308.4) |
Copy-ready code
/* CSS */
color: #af8ecc;
background-color: #af8ecc;
/* Tailwind (arbitrary) */
class="text-[#af8ecc] bg-[#af8ecc]"
/* SCSS */
$brand: #af8ecc;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.800)
/* Android */
Color.parseColor("#af8ecc")Accessibility — WCAG contrast
Aa
#af8ecc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ecc on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta30.4%
Yellow0.0%
Key (black)20.0%
Color previews
#af8ecc text on a black background
contrast 7.56:1
Card sample
#af8ecc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ecc;
Background color
Panel with #af8ecc background
background-color: #af8ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ecc; background: linear-gradient(135deg, #af8ecc, #CC8EC0);