#af8ec4
a light, soft violet · warm · closest name: plum
RGB
175, 142, 196
HSL
277°, 31%, 66%
CMYK
11, 28, 0, 23
Luminance
0.3245
Every format
| HEX | #af8ec4 |
| RGB | rgb(175, 142, 196) |
| HSL | hsl(277, 31%, 66%) |
| CMYK | cmyk(11%, 28%, 0%, 23%) |
| LAB | lab(63.7 22.5 -23.3) |
| LCH | lch(63.7 32.4 314.1) |
| OKLCH | oklch(0.696 0.085 311.9) |
Copy-ready code
/* CSS */
color: #af8ec4;
background-color: #af8ec4;
/* Tailwind (arbitrary) */
class="text-[#af8ec4] bg-[#af8ec4]"
/* SCSS */
$brand: #af8ec4;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.769)
/* Android */
Color.parseColor("#af8ec4")Accessibility — WCAG contrast
Aa
#af8ec4 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ec4 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta27.6%
Yellow0.0%
Key (black)23.1%
Color previews
#af8ec4 text on a black background
contrast 7.49:1
Card sample
#af8ec4 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ec4;
Background color
Panel with #af8ec4 background
background-color: #af8ec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ec4; background: linear-gradient(135deg, #af8ec4, #C48EB5);