#af9fdc
a light, vivid violet · warm · closest name: plum
RGB
175, 159, 220
HSL
256°, 47%, 74%
CMYK
21, 28, 0, 14
Luminance
0.3908
Every format
| HEX | #af9fdc |
| RGB | rgb(175, 159, 220) |
| HSL | hsl(256, 47%, 74%) |
| CMYK | cmyk(21%, 28%, 0%, 14%) |
| LAB | lab(68.8 18.3 -28.8) |
| LCH | lch(68.8 34.1 302.4) |
| OKLCH | oklch(0.738 0.088 296.2) |
Copy-ready code
/* CSS */
color: #af9fdc;
background-color: #af9fdc;
/* Tailwind (arbitrary) */
class="text-[#af9fdc] bg-[#af9fdc]"
/* SCSS */
$brand: #af9fdc;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.863)
/* Android */
Color.parseColor("#af9fdc")Accessibility — WCAG contrast
Aa
#af9fdc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fdc on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta27.7%
Yellow0.0%
Key (black)13.7%
Color previews
#af9fdc text on a black background
contrast 8.82:1
Card sample
#af9fdc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fdc;
Background color
Panel with #af9fdc background
background-color: #af9fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fdc; background: linear-gradient(135deg, #af9fdc, #D89FDC);