#af37df
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 55, 223
HSL
283°, 72%, 55%
CMYK
22, 75, 0, 13
Luminance
0.1717
Every format
| HEX | #af37df |
| RGB | rgb(175, 55, 223) |
| HSL | hsl(283, 72%, 55%) |
| CMYK | cmyk(22%, 75%, 0%, 13%) |
| LAB | lab(48.5 71.2 -62.6) |
| LCH | lch(48.5 94.8 318.7) |
| OKLCH | oklch(0.588 0.246 314.0) |
Copy-ready code
/* CSS */
color: #af37df;
background-color: #af37df;
/* Tailwind (arbitrary) */
class="text-[#af37df] bg-[#af37df]"
/* SCSS */
$brand: #af37df;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#af37df")Accessibility — WCAG contrast
Aa
#af37df on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af37df on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#af37df text on a black background
contrast 4.43:1
Card sample
#af37df text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af37df;
Background color
Panel with #af37df background
background-color: #af37df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af37df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af37df; background: linear-gradient(135deg, #af37df, #DF379F);