#af55da
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 85, 218
HSL
281°, 64%, 59%
CMYK
20, 61, 0, 15
Luminance
0.2067
Every format
| HEX | #af55da |
| RGB | rgb(175, 85, 218) |
| HSL | hsl(281, 64%, 59%) |
| CMYK | cmyk(20%, 61%, 0%, 15%) |
| LAB | lab(52.6 57.8 -53.1) |
| LCH | lch(52.6 78.5 317.4) |
| OKLCH | oklch(0.616 0.205 313.2) |
Copy-ready code
/* CSS */
color: #af55da;
background-color: #af55da;
/* Tailwind (arbitrary) */
class="text-[#af55da] bg-[#af55da]"
/* SCSS */
$brand: #af55da;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.855)
/* Android */
Color.parseColor("#af55da")Accessibility — WCAG contrast
Aa
#af55da on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af55da on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta61.0%
Yellow0.0%
Key (black)14.5%
Color previews
#af55da text on a black background
contrast 5.13:1
Card sample
#af55da text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af55da;
Background color
Panel with #af55da background
background-color: #af55da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af55da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af55da; background: linear-gradient(135deg, #af55da, #DA55AC);