#af51da
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 81, 218
HSL
281°, 65%, 59%
CMYK
20, 63, 0, 15
Luminance
0.2006
Every format
| HEX | #af51da |
| RGB | rgb(175, 81, 218) |
| HSL | hsl(281, 65%, 59%) |
| CMYK | cmyk(20%, 63%, 0%, 15%) |
| LAB | lab(51.9 59.7 -54.2) |
| LCH | lch(51.9 80.7 317.7) |
| OKLCH | oklch(0.611 0.210 313.5) |
Copy-ready code
/* CSS */
color: #af51da;
background-color: #af51da;
/* Tailwind (arbitrary) */
class="text-[#af51da] bg-[#af51da]"
/* SCSS */
$brand: #af51da;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.855)
/* Android */
Color.parseColor("#af51da")Accessibility — WCAG contrast
Aa
#af51da on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af51da on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta62.8%
Yellow0.0%
Key (black)14.5%
Color previews
#af51da text on a black background
contrast 5.01:1
Card sample
#af51da text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af51da;
Background color
Panel with #af51da background
background-color: #af51da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af51da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af51da; background: linear-gradient(135deg, #af51da, #DA51AA);