#af9ec4
a light, soft violet · warm · closest name: plum
RGB
175, 158, 196
HSL
267°, 24%, 69%
CMYK
11, 19, 0, 23
Luminance
0.3755
Every format
| HEX | #af9ec4 |
| RGB | rgb(175, 158, 196) |
| HSL | hsl(267, 24%, 69%) |
| CMYK | cmyk(11%, 19%, 0%, 23%) |
| LAB | lab(67.7 13.6 -17.2) |
| LCH | lch(67.7 21.9 308.2) |
| OKLCH | oklch(0.727 0.057 305.3) |
Copy-ready code
/* CSS */
color: #af9ec4;
background-color: #af9ec4;
/* Tailwind (arbitrary) */
class="text-[#af9ec4] bg-[#af9ec4]"
/* SCSS */
$brand: #af9ec4;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.769)
/* Android */
Color.parseColor("#af9ec4")Accessibility — WCAG contrast
Aa
#af9ec4 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ec4 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta19.4%
Yellow0.0%
Key (black)23.1%
Color previews
#af9ec4 text on a black background
contrast 8.51:1
Card sample
#af9ec4 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ec4;
Background color
Panel with #af9ec4 background
background-color: #af9ec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ec4; background: linear-gradient(135deg, #af9ec4, #C49EC0);