#af8ccf
a light, soft violet · warm · closest name: plum
RGB
175, 140, 207
HSL
271°, 41%, 68%
CMYK
16, 32, 0, 19
Luminance
0.3238
Every format
| HEX | #af8ccf |
| RGB | rgb(175, 140, 207) |
| HSL | hsl(271, 41%, 68%) |
| CMYK | cmyk(16%, 32%, 0%, 19%) |
| LAB | lab(63.6 26.0 -29.6) |
| LCH | lch(63.6 39.4 311.4) |
| OKLCH | oklch(0.697 0.103 307.8) |
Copy-ready code
/* CSS */
color: #af8ccf;
background-color: #af8ccf;
/* Tailwind (arbitrary) */
class="text-[#af8ccf] bg-[#af8ccf]"
/* SCSS */
$brand: #af8ccf;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#af8ccf")Accessibility — WCAG contrast
Aa
#af8ccf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ccf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta32.4%
Yellow0.0%
Key (black)18.8%
Color previews
#af8ccf text on a black background
contrast 7.48:1
Card sample
#af8ccf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ccf;
Background color
Panel with #af8ccf background
background-color: #af8ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ccf; background: linear-gradient(135deg, #af8ccf, #CF8CC2);