#af36da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 54, 218
HSL
284°, 69%, 53%
CMYK
20, 75, 0, 15
Luminance
0.1681
Every format
| HEX | #af36da |
| RGB | rgb(175, 54, 218) |
| HSL | hsl(284, 69%, 53%) |
| CMYK | cmyk(20%, 75%, 0%, 15%) |
| LAB | lab(48.0 70.6 -60.5) |
| LCH | lch(48.0 93.0 319.4) |
| OKLCH | oklch(0.584 0.242 315.3) |
Copy-ready code
/* CSS */
color: #af36da;
background-color: #af36da;
/* Tailwind (arbitrary) */
class="text-[#af36da] bg-[#af36da]"
/* SCSS */
$brand: #af36da;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.855)
/* Android */
Color.parseColor("#af36da")Accessibility — WCAG contrast
Aa
#af36da on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af36da on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta75.2%
Yellow0.0%
Key (black)14.5%
Color previews
#af36da text on a black background
contrast 4.36:1
Card sample
#af36da text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af36da;
Background color
Panel with #af36da background
background-color: #af36da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af36da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af36da; background: linear-gradient(135deg, #af36da, #DA3698);