#ac7fff
a light, electric violet · warm · closest name: slateblue
RGB
172, 127, 255
HSL
261°, 100%, 75%
CMYK
33, 50, 0, 0
Luminance
0.3117
Every format
| HEX | #ac7fff |
| RGB | rgb(172, 127, 255) |
| HSL | hsl(261, 100%, 75%) |
| CMYK | cmyk(33%, 50%, 0%, 0%) |
| LAB | lab(62.6 43.8 -57.7) |
| LCH | lch(62.6 72.5 307.2) |
| OKLCH | oklch(0.696 0.184 297.7) |
Copy-ready code
/* CSS */
color: #ac7fff;
background-color: #ac7fff;
/* Tailwind (arbitrary) */
class="text-[#ac7fff] bg-[#ac7fff]"
/* SCSS */
$brand: #ac7fff;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#ac7fff")Accessibility — WCAG contrast
Aa
#ac7fff on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac7fff on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ac7fff text on a black background
contrast 7.23:1
Card sample
#ac7fff text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7fff;
Background color
Panel with #ac7fff background
background-color: #ac7fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7fff; background: linear-gradient(135deg, #ac7fff, #FF7FFD);