#ac77eb
a light, vivid violet · warm · closest name: slateblue
RGB
172, 119, 235
HSL
267°, 74%, 69%
CMYK
27, 49, 0, 8
Luminance
0.2796
Every format
| HEX | #ac77eb |
| RGB | rgb(172, 119, 235) |
| HSL | hsl(267, 74%, 69%) |
| CMYK | cmyk(27%, 49%, 0%, 8%) |
| LAB | lab(59.9 43.3 -51.1) |
| LCH | lch(59.9 67.0 310.3) |
| OKLCH | oklch(0.672 0.172 303.2) |
Copy-ready code
/* CSS */
color: #ac77eb;
background-color: #ac77eb;
/* Tailwind (arbitrary) */
class="text-[#ac77eb] bg-[#ac77eb]"
/* SCSS */
$brand: #ac77eb;
/* SwiftUI */
Color(red: 0.675, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#ac77eb")Accessibility — WCAG contrast
Aa
#ac77eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac77eb on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.7%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ac77eb text on a black background
contrast 6.59:1
Card sample
#ac77eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac77eb;
Background color
Panel with #ac77eb background
background-color: #ac77eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac77eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac77eb; background: linear-gradient(135deg, #ac77eb, #EB77DD);