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