#af30da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 48, 218
HSL
285°, 70%, 52%
CMYK
20, 78, 0, 15
Luminance
0.1629
Every format
| HEX | #af30da |
| RGB | rgb(175, 48, 218) |
| HSL | hsl(285, 70%, 52%) |
| CMYK | cmyk(20%, 78%, 0%, 15%) |
| LAB | lab(47.4 72.5 -61.6) |
| LCH | lch(47.4 95.1 319.7) |
| OKLCH | oklch(0.579 0.248 315.6) |
Copy-ready code
/* CSS */
color: #af30da;
background-color: #af30da;
/* Tailwind (arbitrary) */
class="text-[#af30da] bg-[#af30da]"
/* SCSS */
$brand: #af30da;
/* SwiftUI */
Color(red: 0.686, green: 0.188, blue: 0.855)
/* Android */
Color.parseColor("#af30da")Accessibility — WCAG contrast
Aa
#af30da on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af30da on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta78.0%
Yellow0.0%
Key (black)14.5%
Color previews
#af30da text on a black background
contrast 4.26:1
Card sample
#af30da text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af30da;
Background color
Panel with #af30da background
background-color: #af30da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af30da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 48, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 48, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af30da; background: linear-gradient(135deg, #af30da, #DA3094);