#af28fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 40, 253
HSL
278°, 98%, 58%
CMYK
31, 84, 0, 1
Luminance
0.1772
Every format
| HEX | #af28fd |
| RGB | rgb(175, 40, 253) |
| HSL | hsl(278, 98%, 58%) |
| CMYK | cmyk(31%, 84%, 0%, 1%) |
| LAB | lab(49.2 81.5 -78.4) |
| LCH | lch(49.2 113.0 316.1) |
| OKLCH | oklch(0.599 0.283 308.0) |
Copy-ready code
/* CSS */
color: #af28fd;
background-color: #af28fd;
/* Tailwind (arbitrary) */
class="text-[#af28fd] bg-[#af28fd]"
/* SCSS */
$brand: #af28fd;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.992)
/* Android */
Color.parseColor("#af28fd")Accessibility — WCAG contrast
Aa
#af28fd on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af28fd on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta84.2%
Yellow0.0%
Key (black)0.8%
Color previews
#af28fd text on a black background
contrast 4.54:1
Card sample
#af28fd text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af28fd;
Background color
Panel with #af28fd background
background-color: #af28fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af28fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af28fd; background: linear-gradient(135deg, #af28fd, #FD28BD);