#af24eb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 36, 235
HSL
282°, 83%, 53%
CMYK
26, 85, 0, 8
Luminance
0.1637
Every format
| HEX | #af24eb |
| RGB | rgb(175, 36, 235) |
| HSL | hsl(282, 83%, 53%) |
| CMYK | cmyk(26%, 85%, 0%, 8%) |
| LAB | lab(47.5 79.0 -71.0) |
| LCH | lch(47.5 106.2 318.0) |
| OKLCH | oklch(0.583 0.271 312.0) |
Copy-ready code
/* CSS */
color: #af24eb;
background-color: #af24eb;
/* Tailwind (arbitrary) */
class="text-[#af24eb] bg-[#af24eb]"
/* SCSS */
$brand: #af24eb;
/* SwiftUI */
Color(red: 0.686, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#af24eb")Accessibility — WCAG contrast
Aa
#af24eb on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af24eb on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.1%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#af24eb text on a black background
contrast 4.27:1
Card sample
#af24eb text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af24eb;
Background color
Panel with #af24eb background
background-color: #af24eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af24eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af24eb; background: linear-gradient(135deg, #af24eb, #EB24A2);