#af63da
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 99, 218
HSL
278°, 62%, 62%
CMYK
20, 55, 0, 15
Luminance
0.2310
Every format
| HEX | #af63da |
| RGB | rgb(175, 99, 218) |
| HSL | hsl(278, 62%, 62%) |
| CMYK | cmyk(20%, 55%, 0%, 15%) |
| LAB | lab(55.2 50.9 -49.0) |
| LCH | lch(55.2 70.7 316.1) |
| OKLCH | oklch(0.635 0.184 311.8) |
Copy-ready code
/* CSS */
color: #af63da;
background-color: #af63da;
/* Tailwind (arbitrary) */
class="text-[#af63da] bg-[#af63da]"
/* SCSS */
$brand: #af63da;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.855)
/* Android */
Color.parseColor("#af63da")Accessibility — WCAG contrast
Aa
#af63da on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63da on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta54.6%
Yellow0.0%
Key (black)14.5%
Color previews
#af63da text on a black background
contrast 5.62:1
Card sample
#af63da text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63da;
Background color
Panel with #af63da background
background-color: #af63da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63da; background: linear-gradient(135deg, #af63da, #DA63B6);