#af9ecc
a light, soft violet · warm · closest name: plum
RGB
175, 158, 204
HSL
262°, 31%, 71%
CMYK
14, 23, 0, 20
Luminance
0.3793
Every format
| HEX | #af9ecc |
| RGB | rgb(175, 158, 204) |
| HSL | hsl(262, 31%, 71%) |
| CMYK | cmyk(14%, 23%, 0%, 20%) |
| LAB | lab(68.0 15.3 -21.3) |
| LCH | lch(68.0 26.2 305.7) |
| OKLCH | oklch(0.730 0.068 301.6) |
Copy-ready code
/* CSS */
color: #af9ecc;
background-color: #af9ecc;
/* Tailwind (arbitrary) */
class="text-[#af9ecc] bg-[#af9ecc]"
/* SCSS */
$brand: #af9ecc;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.800)
/* Android */
Color.parseColor("#af9ecc")Accessibility — WCAG contrast
Aa
#af9ecc on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ecc on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta22.5%
Yellow0.0%
Key (black)20.0%
Color previews
#af9ecc text on a black background
contrast 8.59:1
Card sample
#af9ecc text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ecc;
Background color
Panel with #af9ecc background
background-color: #af9ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ecc; background: linear-gradient(135deg, #af9ecc, #CC9ECA);