#af23ed
a balanced, electric violet · warm · closest name: magenta
RGB
175, 35, 237
HSL
282°, 85%, 53%
CMYK
26, 85, 0, 7
Luminance
0.1643
Every format
| HEX | #af23ed |
| RGB | rgb(175, 35, 237) |
| HSL | hsl(282, 85%, 53%) |
| CMYK | cmyk(26%, 85%, 0%, 7%) |
| LAB | lab(47.5 79.5 -72.0) |
| LCH | lch(47.5 107.3 317.8) |
| OKLCH | oklch(0.584 0.274 311.6) |
Copy-ready code
/* CSS */
color: #af23ed;
background-color: #af23ed;
/* Tailwind (arbitrary) */
class="text-[#af23ed] bg-[#af23ed]"
/* SCSS */
$brand: #af23ed;
/* SwiftUI */
Color(red: 0.686, green: 0.137, blue: 0.929)
/* Android */
Color.parseColor("#af23ed")Accessibility — WCAG contrast
Aa
#af23ed on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af23ed on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.7%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta85.2%
Yellow0.0%
Key (black)7.1%
Color previews
#af23ed text on a black background
contrast 4.29:1
Card sample
#af23ed text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af23ed;
Background color
Panel with #af23ed background
background-color: #af23ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af23ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 35, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 35, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af23ed; background: linear-gradient(135deg, #af23ed, #ED23A4);