#af9fdf
a light, vivid violet · warm · closest name: plum
RGB
175, 159, 223
HSL
255°, 50%, 75%
CMYK
22, 29, 0, 13
Luminance
0.3924
Every format
| HEX | #af9fdf |
| RGB | rgb(175, 159, 223) |
| HSL | hsl(255, 50%, 75%) |
| CMYK | cmyk(22%, 29%, 0%, 13%) |
| LAB | lab(68.9 19.0 -30.3) |
| LCH | lch(68.9 35.7 302.1) |
| OKLCH | oklch(0.739 0.092 295.5) |
Copy-ready code
/* CSS */
color: #af9fdf;
background-color: #af9fdf;
/* Tailwind (arbitrary) */
class="text-[#af9fdf] bg-[#af9fdf]"
/* SCSS */
$brand: #af9fdf;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#af9fdf")Accessibility — WCAG contrast
Aa
#af9fdf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fdf on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#af9fdf text on a black background
contrast 8.85:1
Card sample
#af9fdf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fdf;
Background color
Panel with #af9fdf background
background-color: #af9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fdf; background: linear-gradient(135deg, #af9fdf, #DA9FDF);