#af94df
a light, vivid violet · warm · closest name: plum
RGB
175, 148, 223
HSL
262°, 54%, 73%
CMYK
22, 34, 0, 13
Luminance
0.3562
Every format
| HEX | #af94df |
| RGB | rgb(175, 148, 223) |
| HSL | hsl(262, 54%, 73%) |
| CMYK | cmyk(22%, 34%, 0%, 13%) |
| LAB | lab(66.2 25.1 -34.5) |
| LCH | lch(66.2 42.6 306.1) |
| OKLCH | oklch(0.719 0.110 300.2) |
Copy-ready code
/* CSS */
color: #af94df;
background-color: #af94df;
/* Tailwind (arbitrary) */
class="text-[#af94df] bg-[#af94df]"
/* SCSS */
$brand: #af94df;
/* SwiftUI */
Color(red: 0.686, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#af94df")Accessibility — WCAG contrast
Aa
#af94df on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af94df on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.0%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#af94df text on a black background
contrast 8.12:1
Card sample
#af94df text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af94df;
Background color
Panel with #af94df background
background-color: #af94df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af94df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af94df; background: linear-gradient(135deg, #af94df, #DF94DD);