#af43fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 67, 252
HSL
275°, 97%, 63%
CMYK
31, 73, 0, 1
Luminance
0.2016
Every format
| HEX | #af43fc |
| RGB | rgb(175, 67, 252) |
| HSL | hsl(275, 97%, 63%) |
| CMYK | cmyk(31%, 73%, 0%, 1%) |
| LAB | lab(52.0 72.8 -73.2) |
| LCH | lch(52.0 103.2 314.8) |
| OKLCH | oklch(0.619 0.260 306.8) |
Copy-ready code
/* CSS */
color: #af43fc;
background-color: #af43fc;
/* Tailwind (arbitrary) */
class="text-[#af43fc] bg-[#af43fc]"
/* SCSS */
$brand: #af43fc;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 0.988)
/* Android */
Color.parseColor("#af43fc")Accessibility — WCAG contrast
Aa
#af43fc on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af43fc on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta73.4%
Yellow0.0%
Key (black)1.2%
Color previews
#af43fc text on a black background
contrast 5.03:1
Card sample
#af43fc text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af43fc;
Background color
Panel with #af43fc background
background-color: #af43fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af43fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af43fc; background: linear-gradient(135deg, #af43fc, #FC43CE);