#af23ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 35, 255
HSL
278°, 100%, 57%
CMYK
31, 86, 0, 0
Luminance
0.1754
Every format
| HEX | #af23ff |
| RGB | rgb(175, 35, 255) |
| HSL | hsl(278, 100%, 57%) |
| CMYK | cmyk(31%, 86%, 0%, 0%) |
| LAB | lab(48.9 83.0 -79.9) |
| LCH | lch(48.9 115.2 316.1) |
| OKLCH | oklch(0.598 0.288 307.8) |
Copy-ready code
/* CSS */
color: #af23ff;
background-color: #af23ff;
/* Tailwind (arbitrary) */
class="text-[#af23ff] bg-[#af23ff]"
/* SCSS */
$brand: #af23ff;
/* SwiftUI */
Color(red: 0.686, green: 0.137, blue: 1.000)
/* Android */
Color.parseColor("#af23ff")Accessibility — WCAG contrast
Aa
#af23ff on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af23ff on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.7%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta86.3%
Yellow0.0%
Key (black)0.0%
Color previews
#af23ff text on a black background
contrast 4.51:1
Card sample
#af23ff text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af23ff;
Background color
Panel with #af23ff background
background-color: #af23ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af23ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 35, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 35, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af23ff; background: linear-gradient(135deg, #af23ff, #FF23BC);