#af28ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 40, 255
HSL
278°, 100%, 58%
CMYK
31, 84, 0, 0
Luminance
0.1785
Every format
| HEX | #af28ff |
| RGB | rgb(175, 40, 255) |
| HSL | hsl(278, 100%, 58%) |
| CMYK | cmyk(31%, 84%, 0%, 0%) |
| LAB | lab(49.3 81.8 -79.2) |
| LCH | lch(49.3 113.9 315.9) |
| OKLCH | oklch(0.601 0.285 307.6) |
Copy-ready code
/* CSS */
color: #af28ff;
background-color: #af28ff;
/* Tailwind (arbitrary) */
class="text-[#af28ff] bg-[#af28ff]"
/* SCSS */
$brand: #af28ff;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 1.000)
/* Android */
Color.parseColor("#af28ff")Accessibility — WCAG contrast
Aa
#af28ff on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af28ff on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta84.3%
Yellow0.0%
Key (black)0.0%
Color previews
#af28ff text on a black background
contrast 4.57:1
Card sample
#af28ff text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af28ff;
Background color
Panel with #af28ff background
background-color: #af28ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af28ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af28ff; background: linear-gradient(135deg, #af28ff, #FF28C0);