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