#af71df
a light, vivid violet · warm · closest name: orchid
RGB
175, 113, 223
HSL
274°, 63%, 66%
CMYK
22, 49, 0, 13
Luminance
0.2625
Every format
| HEX | #af71df |
| RGB | rgb(175, 113, 223) |
| HSL | hsl(274, 63%, 66%) |
| CMYK | cmyk(22%, 49%, 0%, 13%) |
| LAB | lab(58.3 44.6 -46.9) |
| LCH | lch(58.3 64.7 313.5) |
| OKLCH | oklch(0.659 0.168 308.5) |
Copy-ready code
/* CSS */
color: #af71df;
background-color: #af71df;
/* Tailwind (arbitrary) */
class="text-[#af71df] bg-[#af71df]"
/* SCSS */
$brand: #af71df;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#af71df")Accessibility — WCAG contrast
Aa
#af71df on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71df on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#af71df text on a black background
contrast 6.25:1
Card sample
#af71df text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71df;
Background color
Panel with #af71df background
background-color: #af71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71df; background: linear-gradient(135deg, #af71df, #DF71C6);