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