#af9ec2
a light, soft violet · warm · closest name: plum
RGB
175, 158, 194
HSL
268°, 23%, 69%
CMYK
10, 19, 0, 24
Luminance
0.3746
Every format
| HEX | #af9ec2 |
| RGB | rgb(175, 158, 194) |
| HSL | hsl(268, 23%, 69%) |
| CMYK | cmyk(10%, 19%, 0%, 24%) |
| LAB | lab(67.6 13.1 -16.2) |
| LCH | lch(67.6 20.9 309.0) |
| OKLCH | oklch(0.726 0.055 306.4) |
Copy-ready code
/* CSS */
color: #af9ec2;
background-color: #af9ec2;
/* Tailwind (arbitrary) */
class="text-[#af9ec2] bg-[#af9ec2]"
/* SCSS */
$brand: #af9ec2;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.761)
/* Android */
Color.parseColor("#af9ec2")Accessibility — WCAG contrast
Aa
#af9ec2 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ec2 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta18.6%
Yellow0.0%
Key (black)23.9%
Color previews
#af9ec2 text on a black background
contrast 8.49:1
Card sample
#af9ec2 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ec2;
Background color
Panel with #af9ec2 background
background-color: #af9ec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ec2; background: linear-gradient(135deg, #af9ec2, #C29EBD);