#af28ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 40, 236
HSL
281°, 84%, 54%
CMYK
26, 83, 0, 8
Luminance
0.1669
Every format
| HEX | #af28ec |
| RGB | rgb(175, 40, 236) |
| HSL | hsl(281, 84%, 54%) |
| CMYK | cmyk(26%, 83%, 0%, 8%) |
| LAB | lab(47.9 78.2 -71.0) |
| LCH | lch(47.9 105.6 317.8) |
| OKLCH | oklch(0.586 0.269 311.6) |
Copy-ready code
/* CSS */
color: #af28ec;
background-color: #af28ec;
/* Tailwind (arbitrary) */
class="text-[#af28ec] bg-[#af28ec]"
/* SCSS */
$brand: #af28ec;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.925)
/* Android */
Color.parseColor("#af28ec")Accessibility — WCAG contrast
Aa
#af28ec on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af28ec on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta83.1%
Yellow0.0%
Key (black)7.5%
Color previews
#af28ec text on a black background
contrast 4.34:1
Card sample
#af28ec text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af28ec;
Background color
Panel with #af28ec background
background-color: #af28ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af28ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af28ec; background: linear-gradient(135deg, #af28ec, #EC28A6);