#ac77ee
a light, electric violet · warm · closest name: slateblue
RGB
172, 119, 238
HSL
267°, 78%, 70%
CMYK
28, 50, 0, 7
Luminance
0.2814
Every format
| HEX | #ac77ee |
| RGB | rgb(172, 119, 238) |
| HSL | hsl(267, 78%, 70%) |
| CMYK | cmyk(28%, 50%, 0%, 7%) |
| LAB | lab(60.0 44.0 -52.5) |
| LCH | lch(60.0 68.6 310.0) |
| OKLCH | oklch(0.673 0.175 302.5) |
Copy-ready code
/* CSS */
color: #ac77ee;
background-color: #ac77ee;
/* Tailwind (arbitrary) */
class="text-[#ac77ee] bg-[#ac77ee]"
/* SCSS */
$brand: #ac77ee;
/* SwiftUI */
Color(red: 0.675, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#ac77ee")Accessibility — WCAG contrast
Aa
#ac77ee on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac77ee on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.7%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#ac77ee text on a black background
contrast 6.63:1
Card sample
#ac77ee text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac77ee;
Background color
Panel with #ac77ee background
background-color: #ac77ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac77ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac77ee; background: linear-gradient(135deg, #ac77ee, #EE77E1);