#af41df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 65, 223
HSL
282°, 71%, 57%
CMYK
22, 71, 0, 13
Luminance
0.1822
Every format
| HEX | #af41df |
| RGB | rgb(175, 65, 223) |
| HSL | hsl(282, 71%, 57%) |
| CMYK | cmyk(22%, 71%, 0%, 13%) |
| LAB | lab(49.8 67.5 -60.5) |
| LCH | lch(49.8 90.7 318.1) |
| OKLCH | oklch(0.597 0.235 313.4) |
Copy-ready code
/* CSS */
color: #af41df;
background-color: #af41df;
/* Tailwind (arbitrary) */
class="text-[#af41df] bg-[#af41df]"
/* SCSS */
$brand: #af41df;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#af41df")Accessibility — WCAG contrast
Aa
#af41df on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af41df on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#af41df text on a black background
contrast 4.64:1
Card sample
#af41df text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af41df;
Background color
Panel with #af41df background
background-color: #af41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af41df; background: linear-gradient(135deg, #af41df, #DF41A6);