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