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