#af62df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 98, 223
HSL
277°, 66%, 63%
CMYK
22, 56, 0, 13
Luminance
0.2318
Every format
| HEX | #af62df |
| RGB | rgb(175, 98, 223) |
| HSL | hsl(277, 66%, 63%) |
| CMYK | cmyk(22%, 56%, 0%, 13%) |
| LAB | lab(55.3 52.5 -51.7) |
| LCH | lch(55.3 73.7 315.4) |
| OKLCH | oklch(0.636 0.191 310.5) |
Copy-ready code
/* CSS */
color: #af62df;
background-color: #af62df;
/* Tailwind (arbitrary) */
class="text-[#af62df] bg-[#af62df]"
/* SCSS */
$brand: #af62df;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#af62df")Accessibility — WCAG contrast
Aa
#af62df on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62df on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#af62df text on a black background
contrast 5.64:1
Card sample
#af62df text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62df;
Background color
Panel with #af62df background
background-color: #af62df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62df; background: linear-gradient(135deg, #af62df, #DF62BB);