#ac3eef
a balanced, electric violet · warm · closest name: magenta
RGB
172, 62, 239
HSL
277°, 85%, 59%
CMYK
28, 74, 0, 6
Luminance
0.1845
Every format
| HEX | #ac3eef |
| RGB | rgb(172, 62, 239) |
| HSL | hsl(277, 85%, 59%) |
| CMYK | cmyk(28%, 74%, 0%, 6%) |
| LAB | lab(50.0 71.4 -69.1) |
| LCH | lch(50.0 99.4 315.9) |
| OKLCH | oklch(0.601 0.252 308.9) |
Copy-ready code
/* CSS */
color: #ac3eef;
background-color: #ac3eef;
/* Tailwind (arbitrary) */
class="text-[#ac3eef] bg-[#ac3eef]"
/* SCSS */
$brand: #ac3eef;
/* SwiftUI */
Color(red: 0.675, green: 0.243, blue: 0.937)
/* Android */
Color.parseColor("#ac3eef")Accessibility — WCAG contrast
Aa
#ac3eef on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac3eef on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.3%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta74.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ac3eef text on a black background
contrast 4.69:1
Card sample
#ac3eef text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3eef;
Background color
Panel with #ac3eef background
background-color: #ac3eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 62, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 62, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3eef; background: linear-gradient(135deg, #ac3eef, #EF3EBC);