#ac26eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 38, 235
HSL
281°, 83%, 54%
CMYK
27, 84, 0, 8
Luminance
0.1616
Every format
| HEX | #ac26eb |
| RGB | rgb(172, 38, 235) |
| HSL | hsl(281, 83%, 54%) |
| CMYK | cmyk(27%, 84%, 0%, 8%) |
| LAB | lab(47.2 78.0 -71.5) |
| LCH | lch(47.2 105.8 317.5) |
| OKLCH | oklch(0.580 0.269 311.0) |
Copy-ready code
/* CSS */
color: #ac26eb;
background-color: #ac26eb;
/* Tailwind (arbitrary) */
class="text-[#ac26eb] bg-[#ac26eb]"
/* SCSS */
$brand: #ac26eb;
/* SwiftUI */
Color(red: 0.675, green: 0.149, blue: 0.922)
/* Android */
Color.parseColor("#ac26eb")Accessibility — WCAG contrast
Aa
#ac26eb on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac26eb on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green14.9%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta83.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ac26eb text on a black background
contrast 4.23:1
Card sample
#ac26eb text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac26eb;
Background color
Panel with #ac26eb background
background-color: #ac26eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac26eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 38, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 38, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac26eb; background: linear-gradient(135deg, #ac26eb, #EB26A7);