#af43ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 67, 255
HSL
275°, 100%, 63%
CMYK
31, 74, 0, 0
Luminance
0.2035
Every format
| HEX | #af43ff |
| RGB | rgb(175, 67, 255) |
| HSL | hsl(275, 100%, 63%) |
| CMYK | cmyk(31%, 74%, 0%, 0%) |
| LAB | lab(52.2 73.4 -74.5) |
| LCH | lch(52.2 104.6 314.6) |
| OKLCH | oklch(0.621 0.262 306.2) |
Copy-ready code
/* CSS */
color: #af43ff;
background-color: #af43ff;
/* Tailwind (arbitrary) */
class="text-[#af43ff] bg-[#af43ff]"
/* SCSS */
$brand: #af43ff;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 1.000)
/* Android */
Color.parseColor("#af43ff")Accessibility — WCAG contrast
Aa
#af43ff on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af43ff on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta73.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af43ff text on a black background
contrast 5.07:1
Card sample
#af43ff text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af43ff;
Background color
Panel with #af43ff background
background-color: #af43ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af43ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af43ff; background: linear-gradient(135deg, #af43ff, #FF43D2);