#af63dc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 99, 220
HSL
278°, 63%, 63%
CMYK
21, 55, 0, 14
Luminance
0.2320
Every format
| HEX | #af63dc |
| RGB | rgb(175, 99, 220) |
| HSL | hsl(278, 63%, 63%) |
| CMYK | cmyk(21%, 55%, 0%, 14%) |
| LAB | lab(55.3 51.3 -50.0) |
| LCH | lch(55.3 71.6 315.8) |
| OKLCH | oklch(0.636 0.186 311.2) |
Copy-ready code
/* CSS */
color: #af63dc;
background-color: #af63dc;
/* Tailwind (arbitrary) */
class="text-[#af63dc] bg-[#af63dc]"
/* SCSS */
$brand: #af63dc;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.863)
/* Android */
Color.parseColor("#af63dc")Accessibility — WCAG contrast
Aa
#af63dc on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63dc on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta55.0%
Yellow0.0%
Key (black)13.7%
Color previews
#af63dc text on a black background
contrast 5.64:1
Card sample
#af63dc text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63dc;
Background color
Panel with #af63dc background
background-color: #af63dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63dc; background: linear-gradient(135deg, #af63dc, #DC63B8);