#af94dc
a light, vivid violet · warm · closest name: plum
RGB
175, 148, 220
HSL
263°, 51%, 72%
CMYK
21, 33, 0, 14
Luminance
0.3546
Every format
| HEX | #af94dc |
| RGB | rgb(175, 148, 220) |
| HSL | hsl(263, 51%, 72%) |
| CMYK | cmyk(21%, 33%, 0%, 14%) |
| LAB | lab(66.1 24.4 -33.0) |
| LCH | lch(66.1 41.0 306.6) |
| OKLCH | oklch(0.717 0.106 301.0) |
Copy-ready code
/* CSS */
color: #af94dc;
background-color: #af94dc;
/* Tailwind (arbitrary) */
class="text-[#af94dc] bg-[#af94dc]"
/* SCSS */
$brand: #af94dc;
/* SwiftUI */
Color(red: 0.686, green: 0.580, blue: 0.863)
/* Android */
Color.parseColor("#af94dc")Accessibility — WCAG contrast
Aa
#af94dc on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af94dc on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.0%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta32.7%
Yellow0.0%
Key (black)13.7%
Color previews
#af94dc text on a black background
contrast 8.09:1
Card sample
#af94dc text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af94dc;
Background color
Panel with #af94dc background
background-color: #af94dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af94dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 148, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 148, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af94dc; background: linear-gradient(135deg, #af94dc, #DC94D9);