#af9cdf
a light, vivid violet · warm · closest name: plum
RGB
175, 156, 223
HSL
257°, 51%, 74%
CMYK
22, 30, 0, 13
Luminance
0.3822
Every format
| HEX | #af9cdf |
| RGB | rgb(175, 156, 223) |
| HSL | hsl(257, 51%, 74%) |
| CMYK | cmyk(22%, 30%, 0%, 13%) |
| LAB | lab(68.2 20.6 -31.4) |
| LCH | lch(68.2 37.6 303.3) |
| OKLCH | oklch(0.734 0.097 297.0) |
Copy-ready code
/* CSS */
color: #af9cdf;
background-color: #af9cdf;
/* Tailwind (arbitrary) */
class="text-[#af9cdf] bg-[#af9cdf]"
/* SCSS */
$brand: #af9cdf;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#af9cdf")Accessibility — WCAG contrast
Aa
#af9cdf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cdf on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#af9cdf text on a black background
contrast 8.64:1
Card sample
#af9cdf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cdf;
Background color
Panel with #af9cdf background
background-color: #af9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cdf; background: linear-gradient(135deg, #af9cdf, #DC9CDF);