#af30c4
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 48, 196
HSL
292°, 61%, 48%
CMYK
11, 76, 0, 23
Luminance
0.1521
Every format
| HEX | #af30c4 |
| RGB | rgb(175, 48, 196) |
| HSL | hsl(292, 61%, 48%) |
| CMYK | cmyk(11%, 76%, 0%, 23%) |
| LAB | lab(45.9 68.5 -51.2) |
| LCH | lch(45.9 85.5 323.2) |
| OKLCH | oklch(0.564 0.230 321.5) |
Copy-ready code
/* CSS */
color: #af30c4;
background-color: #af30c4;
/* Tailwind (arbitrary) */
class="text-[#af30c4] bg-[#af30c4]"
/* SCSS */
$brand: #af30c4;
/* SwiftUI */
Color(red: 0.686, green: 0.188, blue: 0.769)
/* Android */
Color.parseColor("#af30c4")Accessibility — WCAG contrast
Aa
#af30c4 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af30c4 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.8%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta75.5%
Yellow0.0%
Key (black)23.1%
Color previews
#af30c4 text on a black background
contrast 4.04:1
Card sample
#af30c4 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af30c4;
Background color
Panel with #af30c4 background
background-color: #af30c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af30c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 48, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 48, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af30c4; background: linear-gradient(135deg, #af30c4, #C43076);